:: org :: openoffice :: vba ::

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

Methods' Summary
Workbooks  
Methods' Details
Workbooks
any
Workbooks( [in] any  aIndex );

Attributes' Summary
Selection  
ActiveWorkbook  
ActiveCell  
Attributes' Details
Selection
[ readonly ] XRange Selection;
ActiveWorkbook
[ readonly ] XWorkbook ActiveWorkbook;
ActiveCell
[ readonly ] XRange ActiveCell;
Top of Page