Back to Devexpress

ConditionalFormattingTimePeriod Enum

officefileapi-devexpress-dot-spreadsheet-bfcf8d07.md

latest1.8 KB
Original Source

ConditionalFormattingTimePeriod Enum

Lists applicable time periods in a "date occurring…" conditional formatting rule.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum ConditionalFormattingTimePeriod
vb
Public Enum ConditionalFormattingTimePeriod

Members

NameDescription
Last7Days

A date in the last seven days.

| | LastMonth |

A date occurring last month.

| | LastWeek |

A date occurring last week.

| | NextMonth |

A date occurring next month.

| | NextWeek |

A date occurring next week.

| | ThisMonth |

A date occurring this month.

| | ThisWeek |

A date occurring this week.

| | Today |

Today’s date.

| | Tomorrow |

Tomorrow’s date.

| | Yesterday |

Yesterday’s date.

|

The following properties accept/return ConditionalFormattingTimePeriod values:

Remarks

The values listed by this enumeration are used by the TimePeriodConditionalFormatting.Condition property.

See Also

DevExpress.Spreadsheet Namespace