:: com :: sun :: star :: sheet ::
|
interface XDataPilotTables |
- Base Interfaces
XDataPilotTables
┗ ::com::sun::star::container::XNameAccess
┗ ::com::sun::star::container::XElementAccess
::com::sun::star::container::XNameAccess |
- (referenced interface's summary:)
- is used to access named objects within a container.
|
|
- Description
- provides access to the data pilot tables via name and inserting and
removing data pilot tables.
This interface extends the interface
::com::sun::star::container::XNameAccess which provides
access to existing data pilot tables in the collection.
|
Methods' Details |
createDataPilotDescriptor
|
insertNewByName
- Description
- creates a new data pilot table and adds it to the collection.
- Parameter aName
- the name of the data pilot table used in the collection.
- Parameter aAoutputAddress
- the top left cell of the location of the data pilot table in
the spreadsheet document.
- Parameter xDescriptor
- the descriptor containing the settings of the data pilot table.
|
|
removeByName
void |
removeByName( |
[in] string |
aName ); |
- Description
- deletes a data pilot table from the collection.
|
|
Top of Page
Copyright © 2010 Sun Microsystems, Inc.