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

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

interface XDataPilotTablesSupplier

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

Description
grants access to a collection of data pilot tables.
See also
com::sun::star::sheet::Spreadsheet


Known Services which Export this Interface

com::sun::star::sheet::Spreadsheet a 2-dimensional sheet of cells.

Methods' Summary

getDataPilotTables returns the collection of data pilot tables.

Methods' Details

getDataPilotTables
 
com::sun::star::sheet::XDataPilotTables
getDataPilotTables();
Description
returns the collection of data pilot tables.
See also
DataPilotTables

Top of Page