AsposeCellsCloud::Object::ColorScale

Load the model package

use AsposeCellsCloud::Object::ColorScale;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- MaxCfvo | ConditionalFormattingValue | Get or set this ColorScale's max value object. Cannot set null or CFValueObject with type FormatConditionValueType.Min to it. | MaxColor | Color | Get or set the gradient color for the maximum value in the range. | MidCfvo | ConditionalFormattingValue | Get or set this ColorScale's mid value object. Cannot set CFValueObject with type FormatConditionValueType.Max or FormatConditionValueType.Min to it. | MidColor | Color | Get or set the gradient color for the middle value in the range. | MinCfvo | ConditionalFormattingValue | Get or set this ColorScale's min value object. Cannot set null or CFValueObject with type FormatConditionValueType.Max to it. | MinColor | Color | Get or set the gradient color for the minimum value in the range. |

[Back to Model list]
[Back to README]