This method returns a DataPilot table according to the index parameter.
Defined in
Syntax
public DataPilotTable item(int index) throws SymphonyException
Parameters
int index
Specifies the index of the DataPilot table to get, starting at 1 .
Usage
If the index is out of bounds, this method throws an exception.
See examples