C
void GridSetCellState( GRID * pGrid, SHORT column, SHORT row, WORD state );
Overview
This function sets the state of the Grid Item or cell.
Input Parameters
Returns
none.
Preconditions
Object must be created before this function is called.
Side Effects
none