Excel.ConditionalTextComparisonRule interface
Represents a cell value conditional format rule.
Remarks
[Api set: ExcelApi 1.6]
Properties
| operator | The operator of the text conditional format. |
| text | The text value of the conditional format. |
Property Details
operator
The operator of the text conditional format.
operator: Excel.ConditionalTextOperator | "Invalid" | "Contains" | "NotContains" | "BeginsWith" | "EndsWith";
Property Value
Excel.ConditionalTextOperator | "Invalid" | "Contains" | "NotContains" | "BeginsWith" | "EndsWith"
Remarks
[Api set: ExcelApi 1.6]
text
The text value of the conditional format.
text: string;
Property Value
string
Remarks
[Api set: ExcelApi 1.6]