[]
Conditional formatting type.
public enum XLConditionalFormattingType : byte
Name | 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. |