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

interface XDataPilotTable
Description
provides methods to control a data pilot table which has already been created.
See also
DataPilotTable

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