21module
com { module sun { module star { module awt { module grid {
79 [in]
long ColumnIndex,
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition IndexOutOfBoundsException.idl:31
thrown to indicate a general veto.
Definition VetoException.idl:29
An interface to a control that displays a tabular data.
Definition XGridControl.idl:31
long getCurrentColumn()
returns the column index of the currently active cell
long getCurrentRow()
returns the row index of the currently active cell
long getRowAtPoint([in] long X, [in] long Y)
retrieves the row which a given point belongs to
void goToCell([in] long ColumnIndex, [in] long RowIndex)
moves the cursor to the given cell
long getColumnAtPoint([in] long X, [in] long Y)
retrieves the column which a given point belongs to
Definition Ambiguous.idl:20