:: com :: sun :: star :: awt :: grid ::

unpublished struct GridSelectionEvent
Base Hierarchy
GridSelectionEvent
 ┗ ::com::sun::star::lang::EventObject
Usage Restrictions
not published
Description
An event used by a XGridControl to notify changes in the selection.
See also
XGridControl, XGridSelectionListener

Elements' Summary
Row the selected row 
Column the selected column 
Range number of selected rows, if multiple rows selected 
Action Contains the action SelectionEventType that was performed  
Elements' Details
Row
long Row;
Description
the selected row
Column
long Column;
Description
the selected column
Range
long Range;
Description
number of selected rows, if multiple rows selected
Action
SelectionEventType Action;
Description
Contains the action SelectionEventType that was performed
Top of Page