@univerjs/sheets-conditional-formatting v0.4.2 • Docs
Enumeration: CFTimePeriodOperator
Enumeration Members
Enumeration Member | Value | Defined in |
---|---|---|
last7Days | "last7Days" | sheets-conditional-formatting/src/base/const.ts:36 (opens in a new tab) |
lastMonth | "lastMonth" | sheets-conditional-formatting/src/base/const.ts:38 (opens in a new tab) |
lastWeek | "lastWeek" | sheets-conditional-formatting/src/base/const.ts:41 (opens in a new tab) |
nextMonth | "nextMonth" | sheets-conditional-formatting/src/base/const.ts:39 (opens in a new tab) |
nextWeek | "nextWeek" | sheets-conditional-formatting/src/base/const.ts:42 (opens in a new tab) |
thisMonth | "thisMonth" | sheets-conditional-formatting/src/base/const.ts:37 (opens in a new tab) |
thisWeek | "thisWeek" | sheets-conditional-formatting/src/base/const.ts:40 (opens in a new tab) |
today | "today" | sheets-conditional-formatting/src/base/const.ts:33 (opens in a new tab) |
tomorrow | "tomorrow" | sheets-conditional-formatting/src/base/const.ts:35 (opens in a new tab) |
yesterday | "yesterday" | sheets-conditional-formatting/src/base/const.ts:34 (opens in a new tab) |