ColorScale Class |
Namespace: Aspose.Cells
The ColorScale type exposes the following members.
Name | Description | |
---|---|---|
![]() | Is3ColorScale |
Indicates whether conditional formatting is 3 color scale.
|
![]() | MaxCfvo |
Get or set this ColorScale's max value object.
Cannot set null or CFValueObject with type FormatConditionValueType.Min to it.
|
![]() | MaxColor |
Get or set the max value object's corresponding color.
|
![]() | MidCfvo |
Get or set this ColorScale's mid value object.
Cannot set CFValueObject with type FormatConditionValueType.Max or FormatConditionValueType.Min to it.
|
![]() | MidColor |
Get or set the mid value object's corresponding color.
|
![]() | MinCfvo |
Get or set this ColorScale's min value object.
Cannot set null or CFValueObject with type FormatConditionValueType.Max to it.
|
![]() | MinColor |
Get or set the min value object's corresponding color.
|
Name | Description | |
---|---|---|
![]() | 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 a hash function for a particular type. (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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |