This method returns a DataPilotField object that represents a row, column, data, page, or hidden field.
Defined in
Syntax
public DataPilotField item(int index) throws SymphonyException
Parameters
int index
Specifies the index of the field to get, starting at 1.
Return Value
dataPilotField
A DataPilotField object represents a row, column, data, page, or hidden field.
Usage
If the index is out of bounds, this method throws an exception.
See examples