| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
specifies (some) functionality provided by a grid control (aka table control) More...
import "XGridControl.idl";
 
  
| Exported Interfaces | |
| interface | XGrid | 
| allows access to the current column position within the grid control | |
| interface | XGridFieldDataSupplier | 
| provides access to the data in the control, even in non-current rows | |
| Public Member Functions | |
| void | addGridControlListener ([in] XGridControlListener listener) | 
| registers a listener which is to be notified about state changes in the grid control | |
| void | removeGridControlListener ([in] XGridControlListener listener) | 
| revokes a previously registered grid control listener | |
| Public Member Functions inherited from XGrid | |
| short | getCurrentColumnPosition () | 
| retrieves the current column position. | |
| void | setCurrentColumnPosition ([in] short nPos) | 
| sets the current column position. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
| Public Member Functions inherited from XGridFieldDataSupplier | |
| sequence< boolean > | queryFieldDataType ([in] type xType) | 
| checks whether or not the content of the grid's columns can be retrieved in the requested format. | |
| sequence< any > | queryFieldData ([in] long nRow, [in] type xType) | 
| retrieves the actual column data for the given row | |
specifies (some) functionality provided by a grid control (aka table control)
| interface XGrid | 
allows access to the current column position within the grid control
| interface XGridFieldDataSupplier | 
provides access to the data in the control, even in non-current rows
| void addGridControlListener | ( | [in] XGridControlListener | listener | ) | 
registers a listener which is to be notified about state changes in the grid control
| void removeGridControlListener | ( | [in] XGridControlListener | listener | ) | 
revokes a previously registered grid control listener