:: org :: openoffice :: vba ::

interface XGlobals

Methods' Summary
getGlobals  
WorkSheets  
WorkBooks  
Sheets  
Range  
Methods' Details
getGlobals
sequence< any >
getGlobals();

WorkSheets
any
WorkSheets( [in] any  aIndex );

WorkBooks
any
WorkBooks( [in] any  aIndex );

Sheets
any
Sheets( [in] any  aIndex );

Range
any
Range( [in] any  Cell1,
[in] any  Cell2 );

Attributes' Summary
Application  
ActiveWorkbook  
ActiveSheet  
Attributes' Details
Application
[ readonly ] XApplication Application;
ActiveWorkbook
[ readonly ] XWorkbook ActiveWorkbook;
ActiveSheet
[ readonly ] XWorksheet ActiveSheet;
Top of Page