[]
Represents a collection of ranges, each of which represent a single contiguous range of one or more cells.
public interface IAreas : IEnumerable<IRange>, IEnumerable
Public Interface IAreas Inherits IEnumerable(Of IRange), IEnumerable
Returns the number of instances of IRange represented by this IArea.
Returns the zero based instance of IRange specified by index.