Skip to main content
A newer version of this page is available. .

XlConditionalFormatting.Ranges Property

Provides access to the collection of ranges to which the conditional formating rule is applied.

Namespace: DevExpress.Export.Xl

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

Declaration

public IList<XlCellRange> Ranges { get; }

Property Value

Type Description
IList<XlCellRange>

A IList<T><XlCellRange,> object that is the ranges collection.

See Also