Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ITableRows Interface / Item Property
The index.
In This Topic
    Item Property (ITableRows)
    In This Topic
    Gets the ITableRow at the specified index.
    Syntax
    ITableRow this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    The index.
    See Also