Skip to main content

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.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public IList<XlCellRange> Ranges { get; }

Property Value

Type Description
IList<XlCellRange>

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

See Also