Click or drag to resize

ConditionValue Class

Represents single condition value for iconset, databar, colorscale conditions.
Inheritance Hierarchy
System Object
Spire.Xls ConditionValue

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public class ConditionValue : IConditionValue

The ConditionValue type exposes the following members.

Properties
Name Description
Public property IsGTE
Gets or sets a value indicating whether the condition is greater than or equal to a specified value.
Public property Type
specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined
Public property Value
Returns or sets the shortest bar or longest bar threshold value for a data bar conditional format.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Public field m_condtionValue
Represents the condition value associated with the object.
Top
See Also