Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IAreas Interface / Item Property
The index of the area to retrieve.
In This Topic
    Item Property (IAreas)
    In This Topic
    Returns the zero based instance of IRange specified by index.
    Syntax
    IRange this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    The index of the area to retrieve.

    Property Value

    The IRange.
    See Also