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

struct ActivationEvent
Base Hierarchy
ActivationEvent
 ┗ ::com::sun::star::lang::EventObject
Description
describes a change of the active sheet. The new active sheet is given with this event.
Since
OOo 2.0

Elements' Summary
ActiveSheet specifies the new active Spreadsheet.  
Elements' Details
ActiveSheet
XSpreadsheet ActiveSheet;
Description
specifies the new active Spreadsheet.
Top of Page