Enum CFTextRuleType
Conditional format type of Text rule.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum CFTextRuleType
Fields
| Name | Description |
|---|---|
| TextBeginsWith | Begins with a specified text. |
| TextContains | Contains a specified text. |
| TextEndsWith | Ends with the specified text. |
| TextNotContains | Does not contain the specified text. |