LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides the possibility of setting and retrieving the position of the current cell in a grid control. More...
import"XGrid.idl";
Public Member Functions | |
short | getCurrentColumnPosition () |
retrieves the current column position. More... | |
void | setCurrentColumnPosition ([in] short nPos) |
sets the current column position. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
provides the possibility of setting and retrieving the position of the current cell in a grid control.
Note that a grid control does not allow free control over the current row: In such a control, every line represents a row of data of the underlying com::sun::star::form::component::DataForm. Thus, the current row of the grid control always equals the current row of the com::sun::star::form::component::DataForm, and can be affected only by changing the latter.
The current column of a grid control, whoever, can be freely controlled.
short getCurrentColumnPosition | ( | ) |
retrieves the current column position.
void setCurrentColumnPosition | ( | [in] short | nPos | ) |
sets the current column position.