Skip to main content

XlCondFmtRuleDataBar.MaxValue Property

Provides access to the maximum value within the cells range to which the data bat formatting rule is applied.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public XlCondFmtValueObject MaxValue { get; }

Property Value

Type Description
XlCondFmtValueObject

A XlCondFmtValueObject object that is the maximum value.

See Also