LibreOffice
LibreOffice 24.2 SDK API Reference
|
represents the window peer of a GridControl and allows you to set and retrieve the model data. More...
import"XGridPeer.idl";
Public Member Functions | |
com::sun::star::container::XIndexContainer | getColumns () |
retrieves the currently used column definitions of the peer. More... | |
void | setColumns ([in] com::sun::star::container::XIndexContainer aColumns) |
sets the column definition for the peer. 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... | |
represents the window peer of a GridControl and allows you to set and retrieve the model data.
Usually, the columns used are the columns as supplied by the grid control model.
You should use this interface only if you know exactly what you are doing. Tampering with the columns of a grid control which is part of a complex form can really hurt...
com::sun::star::container::XIndexContainer getColumns | ( | ) |
retrieves the currently used column definitions of the peer.
void setColumns | ( | [in] com::sun::star::container::XIndexContainer | aColumns | ) |
sets the column definition for the peer.