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

XlCondFmtRuleColorScale.MidpointValue Property

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

Property Value

Type Description
XlCondFmtValueObject

A XlCondFmtValueObject value that is the midpoint value.

See Also