An application sends a ZGM_SETCELLINT message to set the integer value of the specified cell.
ZGM_SETCELLINT
wParam = (WPARAM)(int) iCellIndex; //ZeeGrid cell index
lParam = (LPARAM) lpIntValue; //pointer to integer
This message does not return a value.