:: org :: openoffice :: vba ::

interface XWorksheets
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XWorksheets
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces

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

Delete
void
Delete();

PrintOut
void
PrintOut( [in] any  From,
[in] any  To,
[in] any  Copies,
[in] any  Preview,
[in] any  ActivePrinter,
[in] any  PrintToFile,
[in] any  Collate,
[in] any  PrToFileName );

Attributes' Summary
Visible  
Attributes' Details
Visible
any Visible;
Top of Page