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

XlCondFmtRuleColorScale.MaxValue Property

Provides access the maximum threshold value of the color scale formatting rule.

Namespace: DevExpress.Export.Xl

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

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

Declaration

public XlCondFmtValueObject MaxValue { get; }

Property Value

Type Description
XlCondFmtValueObject

A XlCondFmtValueObject object that is the maximum threshold value.

See Also