[]
Represents operators applied for text conditional formatting.
public enum TextConditionOperator
Public Enum TextConditionOperator
| Name | Description |
|---|---|
| BeginsWith | The value contains the specified text at the beginning. |
| Contains | The value contains the specified text. |
| EndsWith | The value contains the specified text at the end. |
| NotContains | The value does not contain the specified text. |