dataPilotTableWizard method

This method creates a new DataPilot table report.

Defined in

Sheet

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.

Return Value

symphonyDataPilotTable

A DataPilotTable object that represents a DataPilot table.

See examples

Example: dataPilotTableWizard method