22 module
com { module sun { module star { module awt { module grid {
35 interface ::com::sun::star::lang::XComponent;
39 interface ::com::sun::star::util::XCloneable;
54 any getCellData( [in]
long Column, [in]
long RowIndex )
67 any getCellToolTip( [in]
long Column, [in]
long RowIndex )
80 getRowHeading( [in]
long RowIndex )
94 getRowData( [in]
long RowIndex )
This exception is thrown to indicate that a container has been accessed with an illegal index...
Definition: IndexOutOfBoundsException.idl:30
Definition: Ambiguous.idl:20
An instance of this interface is used by the UnoControlGrid to retrieve the content data that is disp...
Definition: XGridDataModel.idl:31
long ColumnCount
denotes the number of columns for which the model can provide data
Definition: XGridDataModel.idl:47
long RowCount
denotes the number of rows for which the model can provide data
Definition: XGridDataModel.idl:39