Enum ConditionType
Enum that represents different condition types of conditional formatting rule.
Namespace: IronXL.Formatting.Enums
Assembly: IronXL.dll
Syntax
public enum ConditionType : byte
Fields
| Name | Description |
|---|---|
| CellValueIs | This conditional formatting rule Compares a cell value to a formula calculated result, using an operator. |
| Formula | This conditional formatting rule Contains a formula to Evaluate. When the formula result is true, the cell is highlighted. |
| None | Allow accessing the Initial value. |