:: ooo :: vba :: excel ::

interface XWorkbook

Methods' Summary
Worksheets  
Styles  
Sheets  
Windows  
ResetColors  
Activate  
Names  
Colors  
FileFormat  
SaveCopyAs  
Attributes' Summary
ProtectStructure  
ActiveSheet  
CodeName  
PrecisionAsDisplayed  
Methods' Details
Worksheets
any
Worksheets( [in] any  sheet );

Styles
any
Styles( [in] any  Index );

Sheets
any
Sheets( [in] any  sheet );

Windows
any
Windows( [in] any  index );

ResetColors
void
ResetColors()
raises( ::com::sun::star::script::BasicErrorException );

Activate
void
Activate();

Names
any
Names( [in] any  Index );

Colors
any
Colors( [in] any  Index )
raises( ::com::sun::star::script::BasicErrorException );

FileFormat
long
FileFormat()
raises( ::com::sun::star::script::BasicErrorException );

SaveCopyAs
void
SaveCopyAs( [in] string  Filename );

Attributes' Details
ProtectStructure
[ readonly ] boolean ProtectStructure;
ActiveSheet
[ readonly ] XWorksheet ActiveSheet;
CodeName
[ readonly ] string CodeName;
PrecisionAsDisplayed
boolean PrecisionAsDisplayed;
Top of Page