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

AreasCollection Interface

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

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

Remarks

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

See Also