[]
Represents a collection of ranges, each of which represent a single contiguous range of one or more cells.
public interface IAreas : IEnumerable<IRange>, IEnumerable
Returns the number of instances of IRange represented by this IArea.
int Count { get; }
Returns the zero based instance of IRange specified by index.
IRange this[int index] { get; }
index
intThe index of the area to retrieve.