Methods

getIs3ColorScale()

Indicates whether conditional formatting is 3 color scale.

getMaxCfvo()

Get or set this ColorScale's max value object. Cannot set null or CFValueObject with type FormatConditionValueType.Min to it.

getMaxColor()

Get or set the gradient color for the maximum value in the range.

getMidCfvo()

Get or set this ColorScale's mid value object. Cannot set CFValueObject with type FormatConditionValueType.Max or FormatConditionValueType.Min to it.

getMidColor()

Get or set the gradient color for the middle value in the range.

getMinCfvo()

Get or set this ColorScale's min value object. Cannot set null or CFValueObject with type FormatConditionValueType.Max to it.

getMinColor()

Get or set the gradient color for the minimum value in the range.

setIs3ColorScale()

Indicates whether conditional formatting is 3 color scale.

setMaxColor()

Get or set the gradient color for the maximum value in the range.

setMidColor()

Get or set the gradient color for the middle value in the range.

setMinColor()

Get or set the gradient color for the minimum value in the range.