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

    Parameters

    index
    The index.
    See Also