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.v25.2.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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