LibreOffice
LibreOffice 5.0 SDK API Reference
|
If you do not want to implement the XGridColumnModel yourself, use this service. More...
import "DefaultGridColumnModel.idl";
Additional Inherited Members | |
![]() | |
interface | ::com::sun::star::lang::XComponent |
implements life time control for the component More... | |
interface | ::com::sun::star::container::XContainer |
allows to register listeners to be notified when columns are inserted or removed More... | |
interface | ::com::sun::star::util::XCloneable |
allows cloning the complete column model More... | |
![]() | |
long | getColumnCount () |
Returns the number of columns. More... | |
XGridColumn | createColumn () |
creates a new column for use with the column model. More... | |
long | addColumn ([in] XGridColumn column) raises ( ::com::sun::star::lang::IllegalArgumentException ) |
Adds a column to the model. More... | |
void | removeColumn ([in] long ColumnIndex) raises ( ::com::sun::star::lang::IndexOutOfBoundsException ) |
removes a column from the model More... | |
sequence< XGridColumn > | getColumns () |
Returns all columns of the model. More... | |
XGridColumn | getColumn ([in] long index) raises ( ::com::sun::star::lang::IndexOutOfBoundsException ) |
Returns a specific column. More... | |
void | setDefaultColumns ([in] long elements) |
Fills the model with the given number of default columns. More... | |
If you do not want to implement the XGridColumnModel yourself, use this service.