interface XDataPilotTable in module com::sun::star::sheet::

(Global Index)

Syntax

interface XDataPilotTable : com::sun::star::uno::XInterface ;

Description

represents a data pilot table which has already been created.

See also

DataPilotTable

Method Summary

getOutputRange returns the address of the cell range that contains the data pilot table.

refresh recreates the data pilot table with current data from the source cell range.

Known Services Which Export this Interface

com::sun::star::sheet::DataPilotTable

Method Details



getOutputRange

Syntax

com::sun::star::table::CellRangeAddress getOutputRange ();

Description

returns the address of the cell range that contains the data pilot table.


refresh

Syntax

void refresh ();

Description

recreates the data pilot table with current data from the source cell range.

Top of Page