Tablesitem Method |
|
DataPA OpenAnalytics API Reference
Retrieves the Table from this Tables collection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Table item(
Object Index
)
Public Function item (
Index As Object
) As Table
public:
virtual Table^ item(
Object^ Index
) sealed
Parameters
- Index
- Type: SystemObject
An expression that identifies a particular Table in this Tables collection.If Index is a numeric expression, it must be a number from 1 through the value of the Table collection's Count property. If Index is a String expression, it must correspond to the name of the Table.
Return Value
Type:
TableThe Table
Remarks See Also