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

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

interface XSpreadsheets

Base Interface
com::sun::star::container::XNameContainer

Description
represents the collection of sheets in a document.
See also
com::sun::star::sheet::Spreadsheets


Known Services which Export this Interface

com::sun::star::sheet::Spreadsheets the collection of spreadsheets in a spreadsheet document.

Methods' Summary

insertNewByName inserts a new sheet into the collection.
moveByName moves a sheet within the collection.
copyByName copies a sheet within the collection.

Methods' Details

insertNewByName
 
void
insertNewByName(
[ in ] string aName,
[ in ] short nPosition );

Description
inserts a new sheet into the collection.
moveByName
 
void
moveByName(
[ in ] string aName,
[ in ] short nDestination );

Description
moves a sheet within the collection.
copyByName
 
void
copyByName(
[ in ] string aName,
[ in ] string aCopy,
[ in ] short nDestination );

Description
copies a sheet within the collection.

Top of Page