C1.Silverlight.Excel Namespace : XLConditionalFormattingType Enumeration |
'Declaration
Public Enum XLConditionalFormattingType Inherits System.Enum
public enum XLConditionalFormattingType : System.Enum
Member | Description |
---|---|
AboveAverage | Conditional formatting type is above values then average value. |
BelowAverage | Conditional formatting type is below values then average value. |
Bottom10 | Conditional formatting type is bottom n (rank) values. |
Bottom10Percent | Conditional formatting type is bottom n (rank) percent values. |
CellIs | Conditional formatting type is cell value. |
ContainsText | Conditional formatting type is contains text. |
DuplicateValues | Conditional formatting type is duplicate values. |
EndsWith | Conditional formatting type is end with. |
Expression | Conditional formatting type is formula. |
TimePeriod | Conditional formatting type is time periods (today, yesterday ...). |
Top10 | Conditional formatting type is top n (rank) values. |
Top10Percent | Conditional formatting type is top n (rank) percent values. |
Unknown | Conditional formatting type is unknown. |
System.Object
System.ValueType
System.Enum
C1.Silverlight.Excel.XLConditionalFormattingType
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