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

service SpreadsheetView
Description
represents a view of a spreadsheet document.
Developers Guide

Included Services
::com::sun::star::frame::Controller
Description
provides the integration into the framework.
::com::sun::star::sheet::SpreadsheetViewSettings
Description
provides the view's settings.
::com::sun::star::sheet::SpreadsheetViewPane
Description
provides direct access to the view's active pane.
Exported Interfaces
::com::sun::star::sheet::XSpreadsheetView
Description
provides access to the active sheet in the view.
::com::sun::star::container::XIndexAccess
Description
provides access to the collection of view panes.
::com::sun::star::container::XEnumerationAccess
Description
creates an enumeration of view panes.
See also
::com::sun::star::sheet::SpreadsheetViewPanesEnumeration
::com::sun::star::view::XSelectionSupplier
Description
provides access to the view's selection.

The selection in a spreadsheet view can be a ::com::sun::star::sheet::SheetCell , ::com::sun::star::sheet::SheetCellRange , ::com::sun::star::sheet::SheetCellRanges , ::com::sun::star::drawing::Shape or ::com::sun::star::drawing::Shapes object.

::com::sun::star::sheet::XViewSplitable
Description
allows to split the view.
::com::sun::star::sheet::XViewFreezable
Description
allows to freeze columns and rows of the view.
::com::sun::star::sheet::XRangeSelection
Description
allows to let the user interactively select a cell range.
::com::sun::star::sheet::XEnhancedMouseClickBroadcaster
Usage Restrictions
optional
::com::sun::star::sheet::XActivationBroadcaster
Usage Restrictions
optional

 
Top of Page