Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XSpreadsheetView

Base Interface
com::sun::star::uno::XInterface

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


Known Services which Export this Interface

com::sun::star::sheet::SpreadsheetView a view of a spreadsheet document.

Methods' Summary

getActiveSheet returns the sheet that is shown in the view.
setActiveSheet sets the sheet that is shown in the view.

Methods' Details

getActiveSheet
 
com::sun::star::sheet::XSpreadsheet
getActiveSheet();
Description
returns the sheet that is shown in the view.
setActiveSheet
 
void
setActiveSheet(
[ in ] com::sun::star::sheet::XSpreadsheet xActiveSheet );

Description
sets the sheet that is shown in the view.

Top of Page