AsposeCellsCloud::Object::ColorScale

Load the model package

use AsposeCellsCloud::Object::ColorScale;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- max_cfvo | ConditionalFormattingValue | Get or set this ColorScale's max value object. Cannot set null or CFValueObject with type FormatConditionValueType.Min to it. | [optional] mid_color | Color | Get or set the mid value object's corresponding color. | [optional] min_color | Color | Get or set the min value object's corresponding color. | [optional] mid_cfvo | ConditionalFormattingValue | Get or set this ColorScale's mid value object. Cannot set CFValueObject with type FormatConditionValueType.Max or FormatConditionValueType.Min to it. | [optional] min_cfvo | ConditionalFormattingValue | Get or set this ColorScale's min value object. Cannot set null or CFValueObject with type FormatConditionValueType.Max to it. | [optional] max_color | Color | Get or set the max value object's corresponding color. | [optional]

[Back to Model list] [Back to API list] [Back to README]