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

interface XSpreadsheetView

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