Click or drag to resize

ColorConditionValue Class

Represents condition value for colorset condition.
Inheritance Hierarchy
System Object
Spire.Xls XlsConditionValue
Spire.Xls.Core.Spreadsheet ColorConditionValue

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public class ColorConditionValue : XlsConditionValue, 
	IColorConditionValue, IConditionValue

The ColorConditionValue type exposes the following members.

Constructors
Name Description
Public method ColorConditionValue Obsolete.
Initializes a new instance of the ColorConditionValue class with the specified type, value, and color.
Top
Properties
Name Description
Public property FormatColor
The color assigned to the threshold of a color scale conditional format.
Public property 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'.
Public property Position
Gets the position of the condition value.
Public property Type
Gets or sets the type of the condition value.
Public property Value
Gets or sets the value of the property.
Top
Methods
Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from XlsConditionValue .)
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
Returns the hash code for this instance.
(Inherited from XlsConditionValue .)
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
See Also