interface XViewPanesSupplier in module com::sun::star::sheet::

(Global Index)

Syntax

interface XViewPanesSupplier : com::sun::star::uno::XInterface ;

Description

enables access to the panes in a view.

Method Summary

getViewPanes returns the collection of panes in the view.

Method Details



getViewPanes

Syntax

com::sun::star::container::XIndexAccess getViewPanes ();

Description

returns the collection of panes in the view.

Top of Page