LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
GridSelectionEvent Struct Referencepublished

An event used by a XGridControl to notify changes in its row selection. More...

import <GridSelectionEvent.idl;

Inheritance diagram for GridSelectionEvent:
EventObject

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.
 

Detailed Description

An event used by a XGridControl to notify changes in its row selection.

See also
XGridRowSelection
XGridSelectionListener

Member Typedef Documentation

◆ SelectedColumnIndexes

sequence< long > SelectedColumnIndexes

denotes the indexes of the columns being selected at the time the event was fired.

◆ SelectedRowIndexes

sequence< long > SelectedRowIndexes

denotes the indexes of the rows being selected at the time the event was fired.


The documentation for this struct was generated from the following file: