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

(Global Index)

Syntax

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

Description

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

Method Summary

getActiveSheet returns the sheet that is shown in the view.

setActiveSheet sets the sheet that is shown in the view.

Known Services Which Export this Interface

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

Method Details



getActiveSheet

Syntax

com::sun::star::sheet::XSpreadsheet getActiveSheet ();

Description

returns the sheet that is shown in the view.


setActiveSheet

Syntax

void setActiveSheet (
com::sun::star::sheet::XSpreadsheet xActiveSheet );

Description

sets the sheet that is shown in the view.

Top of Page