21module
com { module sun { module star { module sheet {
49 void moveByName( [in]
string aName, [in]
short nDestination );
64 [in]
short nDestination );
This is the generic interface for supporting the insertion and removal of named elements.
Definition generated_idl_chapter_refs.idl:3890
provides methods to access the spreadsheets by name and to insert, copy, remove and rearrange spreads...
Definition XSpreadsheets.idl:30
void moveByName([in] string aName, [in] short nDestination)
moves a sheet within the collection.
void copyByName([in] string aName, [in] string aCopy, [in] short nDestination)
copies a sheet within the collection.
void insertNewByName([in] string aName, [in] short nPosition)
inserts a new sheet into the collection.
Definition Ambiguous.idl:20