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

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

interface XDataPilotTables

Base Interface
com::sun::star::container::XNameAccess

Description
represents a collection of data pilot tables.
See also
com::sun::star::sheet::DataPilotTables


Known Services which Export this Interface

com::sun::star::sheet::DataPilotTables a collection of data pilot tables.

Methods' Summary

createDataPilotDescriptor creates a data pilot descriptor which can be used with addTable().
insertNewByName creates a new data pilot table and adds it to the collection.
removeByName deletes a data pilot table.

Methods' Details

createDataPilotDescriptor
 
com::sun::star::sheet::XDataPilotDescriptor
createDataPilotDescriptor();
Description
creates a data pilot descriptor which can be used with addTable().
insertNewByName
 
void
insertNewByName(
[ in ] string aName,
[ in ] com::sun::star::table::CellAddress aOutputAddress,
[ in ] com::sun::star::sheet::XDataPilotDescriptor xDescriptor );

Description
creates a new data pilot table and adds it to the collection.
removeByName
 
void
removeByName(
[ in ] string aName );

Description
deletes a data pilot table.

Top of Page