:: ooo :: vba :: word ::

interface XWindow

Methods' Summary
Activate  
Close  
Panes  
ActivePane  
Attributes' Summary
View  
Methods' Details
Activate
void
Activate();

Close
void
Close( [in] any  SaveChanges,
[in] any  RouteDocument );

Panes
any
Panes( [in] any  aIndex );

ActivePane
any
ActivePane();

Attributes' Details
View
any View;
Top of Page