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;
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:35
An instance of this interface is used by the UnoControlGrid to retrieve the content data that is disp...
Definition: XGridDataModel.idl:39
any getRowHeading([in] long RowIndex)
retrieves the heading of a given row
long ColumnCount
denotes the number of columns for which the model can provide data
Definition: XGridDataModel.idl:54
any getCellToolTip([in] long Column, [in] long RowIndex)
retrieves the tool tip to be displayed when the mouse hovers over a given cell
any getCellData([in] long Column, [in] long RowIndex)
retrieves the data for a given cell
long RowCount
denotes the number of rows for which the model can provide data
Definition: XGridDataModel.idl:46
sequence< any > getRowData([in] long RowIndex)
retrieves the data for a complete row
Definition: Ambiguous.idl:22