:: com :: sun :: star :: sheet ::

interface XViewPanesSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XViewPanesSupplier
[ DEPRECATED ]
Description
enables access to the panes in a view.

Methods' Summary
getViewPanes returns the collection of panes in the view.
Methods' Details
getViewPanes
::com::sun::star::container::XIndexAccess
getViewPanes();
 
 

Description
returns the collection of panes in the view.
Top of Page