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

AreasCollection Interface

A collection of worksheet CellRange objects from which a union range is composed.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public interface AreasCollection :
    ISimpleCollection<CellRange>,
    IEnumerable<CellRange>,
    IEnumerable,
    ICollection

Remarks

Use the CellRange.Areas property to get access to the AreasCollection collection.

See Also