Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XDataPilotTable

Base Interface
com::sun::star::uno::XInterface

Description
represents a data pilot table which has already been created.
See also
com::sun::star::sheet::DataPilotTable


Known Services which Export this Interface

com::sun::star::sheet::DataPilotTable a data pilot table on a spreadsheet.

Methods' 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.

Methods' Details

getOutputRange
 
com::sun::star::table::CellRangeAddress
getOutputRange();
Description
returns the address of the cell range that contains the data pilot table.
refresh
 
void
refresh();
Description
recreates the data pilot table with current data from the source cell range.

Top of Page