item method

This method returns a DataPilot table according to the index parameter.

Defined in

DataPilotTables

Syntax

public DataPilotTable item(int index) throws SymphonyException

Parameters

int index

Specifies the index of the DataPilot table to get, starting at 1 .

Return Value

dataPilotTable

A DataPilotTable object represents a DataPilot table.

Usage

If the index is out of bounds, this method throws an exception.

See examples

Example: item method