[]
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
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. |