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

    Parameters

    name
    The ITable name.
    See Also