:: org :: openoffice :: vba ::

interface XApplication

Methods' Summary
Workbooks  
Worksheets  
Windows  
WorksheetFunction  
Evaluate  
Dialogs  
Range  
CountA  
wait  
Methods' Details
Workbooks
any
Workbooks( [in] any  aIndex );

Worksheets
any
Worksheets( [in] any  aIndex );

Windows
any
Windows( [in] any  aIndex );

WorksheetFunction
any
WorksheetFunction();

Evaluate
any
Evaluate( [in] string  Name );

Dialogs
any
Dialogs( [in] any  DialogIndex );

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

CountA
double
CountA( [in] any  arg1 );

wait
void
wait( [in] double  time );

Attributes' Summary
Selection  
ActiveWorkbook  
ActiveCell  
ActiveWindow  
ActiveSheet  
Calculation  
ThisWorkbook  
ScreenUpdating  
CutCopyMode  
Attributes' Details
Selection
[ readonly ] XRange Selection;
ActiveWorkbook
[ readonly ] XWorkbook ActiveWorkbook;
ActiveCell
[ readonly ] XRange ActiveCell;
ActiveWindow
[ readonly ] XWindow ActiveWindow;
ActiveSheet
[ readonly ] XWorksheet ActiveSheet;
Calculation
long Calculation;
ThisWorkbook
[ readonly ] XWorkbook ThisWorkbook;
ScreenUpdating
boolean ScreenUpdating;
CutCopyMode
any CutCopyMode;
Top of Page