Skip to main content

XlCondFmtRuleColorScale.MinValue Property

Provides access to the minimum threshold value of the color scale formatting rule.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public XlCondFmtValueObject MinValue { get; }

Property Value

Type Description
XlCondFmtValueObject

A XlCondFmtValueObject object that is the minimum threshold.

See Also