This method creates a new DataPilot table report.
Defined in
Syntax
public DataPilotTable dataPilotTableWizard(String name, Range sourceData, Range dest) throws SymphonyException
Parameters
String name
Specifies the name of this table.
Range sourceData
. Specifies the range that containing data. If the range is in another sheet, this method throws an exception.
Range dest
Range. Specifies the position of the DataPilot table.
See examples