Skip to main content
Row

AreasCollection Interface

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

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

The following members return AreasCollection objects:

Remarks

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

See Also