Skip to main content
Row

RangeConditionalFormatting.HighBound Property

Gets or sets a value used as a high bound in the conditional formatting rule.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

string HighBound { get; set; }

Property Value

Type Description
String

The String value that represents a high bound of the data subset inside or outside of which, formatted cells are located.

See Also