ColorScale Class |
Namespace: Spire.Xls
The ColorScale type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Criteria |
Indicates the type, value, and the color
of threshold criteria used in the color scale conditional format.
|
|
|
MaxColor |
Get or set the max value object's corresponding color.
|
|
|
MaxValue |
Get or set this ColorScale's max value object.
|
|
|
MidCfvoType |
Get or set the type of this conditional formatting middle value type.
|
|
|
MidCfvoValue |
Get or set the value of this conditional formatting middle value object.
|
|
|
MidColor |
Get or set the mid value object's corresponding color.
|
|
|
MidValue |
Get or set this ColorScale's mid value object.
|
|
|
MinColor |
Get or set the min value object's corresponding color.
|
|
|
MinValue |
Get or set this ColorScale's min value object.
|
| Name | Description | |
|---|---|---|
|
|
AddCriteria(ColorConditionValue) |
Obsolete.
Add a ColorConditionValue
|
|
|
AddCriteria(ConditionValueType, Object, Color) |
Add a ColorConditionValue
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
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 |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
SetConditionCount |
Sets number of objects in the collection.
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|