:: org :: openoffice :: vba ::

interface XWorksheets
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XCollection
       |  
       +--XWorksheets
XCollection
(referenced interface's summary:)

Methods' Summary
Add  
Delete  
Methods' Details
Add
any
Add( [in] any  Before,
[in] any  After,
[in] any  Count,
[in] any  Type );

Delete
void
Delete();

Top of Page