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

AreasCollection Interface

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

Namespace: DevExpress.Spreadsheet

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

Declaration

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

The following members return AreasCollection objects:

Remarks

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

See Also