ColorScale class
ColorScale class
Describe the ColorScale conditional formatting rule. This conditional formatting rule creates a gradated color scale on the cells.
The ColorScale type exposes the following members:
Properties
Property | Description |
---|---|
is_3_color_scale | Indicates whether conditional formatting is 3 color scale. |
min_cfvo | Get or set this ColorScale’s min value object. Cannot set null or CFValueObject with type FormatConditionValueType.Max to it. |
mid_cfvo | Get or set this ColorScale’s mid value object. Cannot set CFValueObject with type FormatConditionValueType.Max or FormatConditionValueType.Min to it. |
max_cfvo | Get or set this ColorScale’s max value object. Cannot set null or CFValueObject with type FormatConditionValueType.Min to it. |
min_color | Get or set the gradient color for the minimum value in the range. |
mid_color | Get or set the gradient color for the middle value in the range. |
max_color | Get or set the gradient color for the maximum value in the range. |
See Also
- module
aspose.cells