Skip to main content

XlCondFmtRuleColorScale.MidpointValue Property

Provides access to the midpoint 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 MidpointValue { get; }

Property Value

Type Description
XlCondFmtValueObject

A XlCondFmtValueObject value that is the midpoint value.

See Also