Skip to main content

XlCondFmtRuleColorScale.MaxColor Property

Gets or sets the color for a cell with the maximum value.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public XlColor MaxColor { get; set; }

Property Value

Type Description
XlColor

A XlColor object that is the color of a cell with the maximum value.

See Also