LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
GridDataEvent Struct Referencepublished

used to notify changes in the data represented by an XMutableGridDataModel. More...

import "GridDataEvent.idl";

Inheritance diagram for GridDataEvent:
EventObject

Public Attributes

long FirstColumn
 denotes the first column affected by a change.
long LastColumn
 denotes the last column affected by a change
long FirstRow
 denotes the first row affected by a change.
long LastRow
 denotes the last row affected by a change
Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event.

Detailed Description

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.

See also
XMutableGridDataModel
XGridDataListener
Since
OOo 3.3

Member Data Documentation

◆ FirstColumn

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.

◆ FirstRow

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.

◆ LastColumn

long LastColumn

denotes the last column affected by a change

◆ LastRow

long LastRow

denotes the last row affected by a change


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