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

interface XDataPilotTable

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