ColorScale Class
Contents
[
Hide
]ColorScale class
Describe the ColorScale conditional formatting rule.This conditional formatting rule creates a gradated color scale on the cells.
type ColorScale struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetIs3ColorScale | Indicates whether conditional formatting is 3 color scale. |
| SetIs3ColorScale | Indicates whether conditional formatting is 3 color scale. |
| GetMinCfvo | Get or set this ColorScale’s min value object.Cannot set null or CFValueObject with type FormatConditionValueType.Max to it. |
| GetMidCfvo | Get or set this ColorScale’s mid value object.Cannot set CFValueObject with type FormatConditionValueType.Max or FormatConditionValueType.Min to it. |
| GetMaxCfvo | Get or set this ColorScale’s max value object.Cannot set null or CFValueObject with type FormatConditionValueType.Min to it. |
| GetMinColor | Get or set the gradient color for the minimum value in the range. |
| SetMinColor | Get or set the gradient color for the minimum value in the range. |
| GetMidColor | Get or set the gradient color for the middle value in the range. |
| SetMidColor | Get or set the gradient color for the middle value in the range. |
| GetMaxColor | Get or set the gradient color for the maximum value in the range. |
| SetMaxColor | Get or set the gradient color for the maximum value in the range. |