19 #ifndef __com_sun_star_awt_grid_XGridDataModel_idl__
20 #define __com_sun_star_awt_grid_XGridDataModel_idl__
29 module
com { module sun { module star { module awt { module grid {
42 interface ::com::sun::star::lang::XComponent;
46 interface ::com::sun::star::util::XCloneable;
61 any getCellData( [in]
long Column, [in]
long RowIndex )
74 any getCellToolTip( [in]
long Column, [in]
long RowIndex )
87 getRowHeading( [in]
long RowIndex )
101 getRowData( [in]
long RowIndex )
This exception is thrown to indicate that a container has been accessed with an illegal index...
Definition: IndexOutOfBoundsException.idl:34
– idl definition –
Definition: Ambiguous.idl:22
An instance of this interface is used by the UnoControlGrid to retrieve the content data that is disp...
Definition: XGridDataModel.idl:38
long ColumnCount
denotes the number of columns for which the model can provide data
Definition: XGridDataModel.idl:54
long RowCount
denotes the number of rows for which the model can provide data
Definition: XGridDataModel.idl:46