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