Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
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.v19.1.Core.dll

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