XlsConditionValue Class |
Namespace: Spire.Xls
The XlsConditionValue type exposes the following members.
Name | Description | |
---|---|---|
![]() |
XlsConditionValue(XlsConditionalFormat, ConditionValueType, Object) |
Initializes new instance of the class.
|
![]() |
XlsConditionValue(XlsConditionalFormat, ConditionValueType, Object, Boolean) |
Initializes a new instance of the XlsConditionValue class with the specified conditional format, condition value type, value, and a flag indicating if the comparison is greater than or equal.
|
Name | Description | |
---|---|---|
![]() |
IsGTE |
Returns or sets whether this threshold value uses the greater than or equal to operator.
false indicate 'greater than' is used instead of 'greater than or equal to'.
|
![]() |
Type |
Gets/sets one of the constants of the ConditionValueTypes enumeration,
which specifies how the threshold values for a data bar, color scale,
or icon set conditional format are determined.
|
![]() |
Value |
Returns or sets the shortest bar or longest bar threshold value for a data
bar conditional format.
|
Name | Description | |
---|---|---|
![]() |
Equals |
Determines whether the specified Object is equal to the current Object.
(Overrides
Object
Equals(Object)
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Returns the hash code for this instance.
(Overrides
Object
GetHashCode
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
Name | Description | |
---|---|---|
![]() ![]() |
Equality |
Equality comparison.
|
![]() ![]() |
Inequality |
Checks whether conditions are not equal.
|