Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ColorScale3ConditionalFormatting.MidPoint Property

Gets the midpoint threshold of the three-color scale conditional formatting rule.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v21.2.Core.dll

Declaration

ConditionalFormattingValue MidPoint { get; }

Property Value

Type Description
ConditionalFormattingValue

The ConditionalFormattingValue object that defines the midpoint threshold value and its ConditionalFormattingValueType type.

See Also