C
WORD GridSetCell( GRID * pGrid, SHORT column, SHORT row, WORD state, void * data );
Overview
This function sets the Grid Item state and data.
Input Parameters
Returns
Returns the status of the operation
- GRID_SUCCESS - if the set succeeded
- GRID_OUT_OF_BOUNDS - if the row and column given results in an out of bounds location.
Preconditions
Object must be created before this function is called.
Side Effects
none