Excel.ConditionalCellValueRule interface
Represents a cell value conditional format rule.
Remarks
[Api set: ExcelApi 1.6]
Properties
| formula1 | The formula, if required, on which to evaluate the conditional format rule. |
| formula2 | The formula, if required, on which to evaluate the conditional format rule. |
| operator | The operator of the cell value conditional format. |
Property Details
formula1
The formula, if required, on which to evaluate the conditional format rule.
formula1: string;
Property Value
string
Remarks
[Api set: ExcelApi 1.6]
formula2
The formula, if required, on which to evaluate the conditional format rule.
formula2?: string;
Property Value
string
Remarks
[Api set: ExcelApi 1.6]
operator
The operator of the cell value conditional format.
operator: Excel.ConditionalCellValueOperator | "Invalid" | "Between" | "NotBetween" | "EqualTo" | "NotEqualTo" | "GreaterThan" | "LessThan" | "GreaterThanOrEqual" | "LessThanOrEqual";
Property Value
Excel.ConditionalCellValueOperator | "Invalid" | "Between" | "NotBetween" | "EqualTo" | "NotEqualTo" | "GreaterThan" | "LessThan" | "GreaterThanOrEqual" | "LessThanOrEqual"
Remarks
[Api set: ExcelApi 1.6]