Search
ITables.Item Property
See Also
 



Gets the table at the specified index.

 Syntax

VB6  Copy Code

Public Property Get Item( _
    ByVal Index As Long _
) As Table

C++  Copy Code

public:
Table* get_Item (
    int Index
)

 Parameters

Index
The 0-based index of the table to retrieve.

 Property Value

A reference to Table object.

 Remarks

Retrieves a reference to the table object on the index-th place of the collection.

 See Also