[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IAreas

IAreas Interface

Represents a collection of ranges, each of which represent a single contiguous range of one or more cells.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IAreas : IEnumerable<IRange>, IEnumerable
Public Interface IAreas
    Inherits IEnumerable(Of IRange), IEnumerable

Properties

Name Description
Count

Returns the number of instances of IRange represented by this IArea.

this[int]

Returns the zero based instance of IRange specified by index.