CFTextRuleType Enumeration
Conditional format type of Text rule.
Syntax
'Declaration Public Enum CFTextRuleType Inherits System.Enum
'Usage Dim instance As CFTextRuleType
public enum CFTextRuleType : System.Enum
Members
Member | 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. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Syncfusion.XlsIO.CFTextRuleType
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also