Class CFTextRuleType
Conditional format type of Text rule.
Inheritance
System.Object
CFTextRuleType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class CFTextRuleType : Enum
Fields
TextBeginsWith
Begins with a specified text.
Declaration
public const CFTextRuleType TextBeginsWith
Field Value
Type |
---|
CFTextRuleType |
TextContains
Contains a specified text.
Declaration
public const CFTextRuleType TextContains
Field Value
Type |
---|
CFTextRuleType |
TextEndsWith
Ends with the specified text.
Declaration
public const CFTextRuleType TextEndsWith
Field Value
Type |
---|
CFTextRuleType |
TextNotContains
Does not contain the specified text.
Declaration
public const CFTextRuleType TextNotContains
Field Value
Type |
---|
CFTextRuleType |