C
void GridSetFocus( GRID * pGrid, SHORT column, SHORT row );
Overview
This function sets the focus of the specified Grid Item or cell.
Input Parameters
Input Parameters |
Description |
GRID * pGrid |
The pointer to the Grid object. |
SHORT column |
the column index of the cell |
SHORT row |
the row index of the cell |
Returns
none.
Preconditions
Object must be created before this function is called.
Side Effects
none