19 #ifndef __com_sun_star_awt_grid_XGridColumnModel_idl__ 20 #define __com_sun_star_awt_grid_XGridColumnModel_idl__ 31 module
com { module sun { module star { module awt { module grid {
45 interface ::com::sun::star::lang::XComponent;
49 interface ::com::sun::star::container::XContainer;
53 interface ::com::sun::star::util::XCloneable;
60 long getColumnCount();
99 void removeColumn( [in]
long ColumnIndex )
106 sequence<XGridColumn> getColumns();
127 void setDefaultColumns([in]
long elements);
This exception is thrown to indicate that a container has been accessed with an illegal index...
Definition: IndexOutOfBoundsException.idl:34
Definition: Ambiguous.idl:22
The XGridColumn defines the properties and behavior of a column in a grid control.
Definition: XGridColumn.idl:36
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
An instance of this interface is used by the UnoControlGrid to retrieve the column structure that is ...
Definition: XGridColumnModel.idl:41