[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IAreas

Interface IAreas

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

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

public interface IAreas : IEnumerable<IRange>, IEnumerable
Inherited Members
System.Collections.Generic.IEnumerable<GrapeCity.Documents.Excel.IRange>.GetEnumerator()

Properties

Count

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

int Count { get; }

Property Value

int

this[int]

Returns the zero based instance of IRange specified by index.

IRange this[int index] { get; }

Parameters

index int

The index of the area to retrieve.

Property Value

IRange

The IRange.