GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    ContainDateOperator Enum

    Namespace:
    GemBox.Spreadsheet.ConditionalFormatting
    Assembly:
    GemBox.Spreadsheet.dll

    Represents a ContainDateCondition operator.

    • C#
    • VB.NET
    public enum ContainDateOperator
    Public Enum ContainDateOperator

    Fields

    Last7Days

    Cell is formatted if its value falls into dates of the last 7 days.

    LastMonth

    Cell is formatted if its value falls into last month's dates.

    LastWeek

    Cell is formatted if its value falls into last week's dates.

    NextMonth

    Cell is formatted if its value falls into next month's dates.

    NextWeek

    Cell is formatted if its value falls into next week's dates.

    ThisMonth

    Cell is formatted if its value falls into this month's dates.

    ThisWeek

    Cell is formatted if its value falls into this week's dates.

    Today

    Cell is formatted if its value falls into today's date.

    Tomorrow

    Cell is formatted if its value falls into tomorrow's date.

    Yesterday

    Cell is formatted if its value falls into yesterday's date.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.