LibreOffice
LibreOffice 7.4 SDK API Reference
Public Types | List of all members
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. More...
 
typedef sequence< long > SelectedColumnIndexes
 denotes the indexes of the columns being selected at the time the event was fired. More...
 

Additional Inherited Members

- Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event. More...
 

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: