Skip to main content
Row

RangeConditionalFormatting.LowBound Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

string LowBound { get; set; }

Property Value

Type Description
String

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

See Also