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

interface XSpreadsheetView
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XSpreadsheetView
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
is the main interface of a ::com::sun::star::sheet::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
::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