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

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

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
XSpreadsheet
getActiveSheet();

Description
returns the sheet that is shown in the view.
setActiveSheet
void
setActiveSheet( [in] XSpreadsheet  xActiveSheet );

Description
sets the sheet that is shown in the view.
Top of Page