interface XDataPilotTables in module com::sun::star::sheet::

(Global Index)

Syntax

interface XDataPilotTables : com::sun::star::container::XNameAccess ;

Description

represents a collection of data pilot tables.

See also

DataPilotTables

Method 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.

Known Services Which Export this Interface

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

Method Details



createDataPilotDescriptor

Syntax

com::sun::star::sheet::XDataPilotDescriptor createDataPilotDescriptor ();

Description

creates a data pilot descriptor which can be used with addTable().


insertNewByName

Syntax

void insertNewByName (
string aName,
com::sun::star::table::CellAddress aOutputAddress,
com::sun::star::sheet::XDataPilotDescriptor xDescriptor );

Description

creates a new data pilot table and adds it to the collection.


removeByName

Syntax

void removeByName (
string aName );

Description

deletes a data pilot table.

Top of Page