LibreOffice
LibreOffice 24.2 SDK API Reference
|
used to notify changes in the data represented by an XMutableGridDataModel. More...
import"GridDataEvent.idl";
Public Attributes | |
long | FirstColumn |
denotes the first column affected by a change. More... | |
long | LastColumn |
denotes the last column affected by a change More... | |
long | FirstRow |
denotes the first row affected by a change. More... | |
long | LastRow |
denotes the last row affected by a change More... | |
Public Attributes inherited from EventObject | |
com::sun::star::uno::XInterface | Source |
refers to the object that fired the event. More... | |
used to notify changes in the data represented by an XMutableGridDataModel.
Effectively, a GridDataEvent
denotes a continuous two-dimensional cell range within a grid's data model, which is affected by a certain change.
long FirstColumn |
denotes the first column affected by a change.
If FirstColumn
is -1, the listener should assume that all rows of a grid's data model are affected.
long FirstRow |
denotes the first row affected by a change.
If FirstRow
is -1, the listener should assume that all rows of a grid's data model are affected.
long LastColumn |
denotes the last column affected by a change
long LastRow |
denotes the last row affected by a change