Skip to main content
A newer version of this page is available. .

XlCondFmtRuleColorScale.ColorScaleType Property

Gets or sets the type of the color scale used in the current conditional formatting rule.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public XlCondFmtColorScaleType ColorScaleType { get; set; }

Property Value

Type Description
XlCondFmtColorScaleType

One of the XlCondFmtColorScaleType enumeration values.

Available values:

Name Description
ColorScale2

A two-color scale.

ColorScale3

A three-color scale.

See Also