ConditionalFormattingValue Class |
Namespace: Aspose.Cells
The ConditionalFormattingValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsGTE |
Get or set the Greater Than Or Equal flag.
Use only for icon sets, determines whether this threshold value uses
the greater than or equal to operator.
'false' indicates 'greater than' is used instead of 'greater than or equal to'.
Default value is true.
|
![]() | Type |
Get or set the type of this conditional formatting value object.
Setting the type to FormatConditionValueType.Min or FormatConditionValueType.Max
will auto set "Value" to null.
|
![]() | Value |
Get or set the value of this conditional formatting value object.
It should be used in conjunction with Type.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |