19#ifndef __com_sun_star_awt_grid_XGridControl_idl__
20#define __com_sun_star_awt_grid_XGridControl_idl__
27module
com { module sun { module star { module awt { module grid {
85 [in]
long ColumnIndex,
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition IndexOutOfBoundsException.idl:35
thrown to indicate a general veto.
Definition VetoException.idl:34
An interface to a control that displays a tabular data.
Definition XGridControl.idl:37
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:22