C1.WPF.Excel Namespace : XLConditionalFormattingOperator Enumeration |
'Declaration
Public Enum XLConditionalFormattingOperator Inherits System.Enum
public enum XLConditionalFormattingOperator : System.Enum
Member | Description |
---|---|
Between | Conditional formatting if value between. |
Equal | Conditional formatting if value equal. |
GreaterThan | Conditional formatting if value greater than (GT). |
GreaterThanOrEqual | Conditional formatting if value greater than or equal (GE). |
LessThan | Conditional formatting if value less than (LT). |
LessThanOrEqual | Conditional formatting if value less than or equal (LE). |
NoComparision | No conditional formatting. |
NotBetween | Conditional formatting if value not between. |
NotEqual | Conditional formatting if value not equal. |
System.Object
System.ValueType
System.Enum
C1.WPF.Excel.XLConditionalFormattingOperator
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2