Enum eExcelConditionalFormattingTimePeriodType
Enum for Conditional Formatting Time Period Type ST_TimePeriod §18.18.82
Namespace: OfficeOpenXml.ConditionalFormatting
Assembly: EPPlus.dll
Syntax
public enum eExcelConditionalFormattingTimePeriodType
Fields
Name | Description |
---|---|
Last7Days | Last 7 Days. A date in the last seven days. |
LastMonth | Last Month. A date occuring in the last calendar month. |
LastWeek | Last Week. A date occuring last week. |
NextMonth | Next Month. A date occuring in the next calendar month. |
NextWeek | Next Week. A date occuring next week. |
ThisMonth | This Month. A date occuring in this calendar month. |
ThisWeek | This Week. A date occuring this week. |
Today | Today. Today's date. |
Tomorrow | Tomorrow. Tomorrow's date. |
Yesterday | Yesterday. Yesterday's date. |