Click or drag to resize

XlsConditionalFormat ColorScale Property

Get the conditional formatting's "ColorScale" instance. The default instance is a "green-red" 2ColorScale . Valid only for type = ColorScale.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ColorScale ColorScale { get; }

Return Value

Type: ColorScale
ColorScale instance

Implements

IConditionalFormat ColorScale
See Also