C
void GridClearCellState( GRID * pGrid, SHORT column, SHORT row, WORD state );
Overview
This function clears the state of the cell (or Grid Item) specified by the column and row.
Input Parameters
Input Parameters |
Description |
GRID * pGrid |
Pointer to the object. |
SHORT column |
column index of the cell |
SHORT row |
row index of the cell |
atate |
specifies the state to be cleared. See Grid Item State. |
Returns
none.
Preconditions
none
Side Effects
none