:: org :: openoffice :: vba ::

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

Methods' Summary
Worksheets  
Close  
Protect  
Methods' Details
Worksheets
any
Worksheets( [in] any  sheet );

Close
void
Close( [in] any  SaveChanges,
[in] any  FileName,
[in] any  RouteWorkBook );

Protect
void
Protect();

Attributes' Summary
Name  
Path  
FullName  
ProtectStructure  
ActiveSheet  
Attributes' Details
Name
[ readonly ] string Name;
Path
[ readonly ] string Path;
FullName
[ readonly ] string FullName;
ProtectStructure
[ readonly ] boolean ProtectStructure;
ActiveSheet
[ readonly ] XWorksheet ActiveSheet;
Top of Page