Back to Devexpress

AreasCollection Interface

officefileapi-devexpress-dot-spreadsheet-4abf5dd3.md

latest1.4 KB
Original Source

AreasCollection Interface

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface AreasCollection :
    ISimpleCollection<CellRange>,
    IEnumerable<CellRange>,
    IEnumerable,
    ICollection
vb
Public Interface AreasCollection
    Inherits ISimpleCollection(Of CellRange),
             IEnumerable(Of CellRange),
             IEnumerable,
             ICollection

The following members return AreasCollection objects:

Remarks

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

See Also

AreasCollection Members

DevExpress.Spreadsheet Namespace