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

XlDataValidation.Ranges Property

Provides access to the collection of cell ranges to which the data validation 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 representing the list of cell ranges.

See Also