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

interface XViewPanesSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XViewPanesSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
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