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

ColorScale2ConditionalFormatting.MinPoint Property

Gets the minimum threshold of the color scale conditional formatting rule.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

ConditionalFormattingValue MinPoint { get; }

Property Value

Type Description
ConditionalFormattingValue

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

See Also