| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
An event used by a XGridControl to notify changes in its row selection. More...
import "GridSelectionEvent.idl";
 
  
| Public Types | |
| typedef sequence< long > | SelectedRowIndexes | 
| denotes the indexes of the rows being selected at the time the event was fired. | |
| typedef sequence< long > | SelectedColumnIndexes | 
| denotes the indexes of the columns being selected at the time the event was fired. | |
| Additional Inherited Members | |
| Public Attributes inherited from EventObject | |
| com::sun::star::uno::XInterface | Source | 
| refers to the object that fired the event. | |
An event used by a XGridControl to notify changes in its row selection.
| sequence< long > SelectedColumnIndexes | 
denotes the indexes of the columns being selected at the time the event was fired.
| sequence< long > SelectedRowIndexes | 
denotes the indexes of the rows being selected at the time the event was fired.