GridOperatorType
GridOperatorType enumeration
Represents the operator type of conditional format and data validation.
public enum GridOperatorType
Values
Name | Value | Description |
---|---|---|
Between | 0 |
Represents Between operator of conditional format and data validation. |
Equal | 1 |
Represents Equal operator of conditional format and data validation. |
GreaterThan | 2 |
Represents GreaterThan operator of conditional format and data validation. |
GreaterOrEqual | 3 |
Represents GreaterOrEqual operator of conditional format and data validation. |
LessThan | 4 |
Represents LessThan operator of conditional format and data validation. |
LessOrEqual | 5 |
Represents LessOrEqual operator of conditional format and data validation. |
None | 6 |
Represents no comparision. |
NotBetween | 7 |
Represents NotBetween operator of conditional format and data validation. |
NotEqual | 8 |
Represents NotEqual operator of conditional format and data validation. |
See Also
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop