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

ConditionalFormatting.Ranges Property

OBSOLETE

Use the Range property instead.

Gets or sets a collection of ranges, to which the conditional format is applied.

Namespace: DevExpress.Spreadsheet

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

Declaration

[Obsolete("Use the Range property instead.", false)]
IList<Range> Ranges { get; set; }

Property Value

Type Description
IList<Range>

A collection of cell ranges with a conditional format.

See Also