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

XlCondFmtRuleDataBar.MinValue Property

Provides access to the minimum value within the cell range to which the data bar conditional formatting rule is applied.

Namespace: DevExpress.Export.Xl

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

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

Declaration

public XlCondFmtValueObject MinValue { get; }

Property Value

Type Description
XlCondFmtValueObject

A XlCondFmtValueObject object that is the minimum value.

See Also