22module
com { module sun { module star { module awt { module grid {
35 interface ::com::sun::star::lang::XComponent;
39 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:31
An instance of this interface is used by the UnoControlGrid to retrieve the content data that is disp...
Definition XGridDataModel.idl:32
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:47
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:43
sequence< any > getRowData([in] long RowIndex)
retrieves the data for a complete row
Definition Ambiguous.idl:20