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

interface XDataPilotTablesSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XDataPilotTablesSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
grants access to a collection of data pilot tables.
See also
Spreadsheet

Methods' Summary
getDataPilotTables Returns the collection of data pilot tables.  
Methods' Details
getDataPilotTables
XDataPilotTables
getDataPilotTables();

Description
Returns the collection of data pilot tables.
See also
DataPilotTables
Top of Page