service SpreadsheetView in module com::sun::star::sheet::

(Global Index)

Syntax

service SpreadsheetView;

Description

a view of a spreadsheet document.

Included Services

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

Description

settings which are specific to each view of a spreadsheet document.


Exported Interfaces

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

Description

the main interface of a SpreadsheetView . It manages the active sheet within this view.


com::sun::star::container::XIndexAccess

Description

provides access to the elements of a collection through an index.


com::sun::star::view::XSelectionSupplier

Description

makes it possible to access and change the selection in a view.


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

Description

enables a SpreadsheetView to split the view.


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

Description

enables a SpreadsheetView to freeze columns and rows of the view.


Top of Page