An application sends a ZGM_SETITEMDATA message to set a user supplied 32-bit value associated with the specified cell in the ZeeGrid.
ZGM_SETITEMDATA
wParam = (WPARAM)(int) iCellIndex; //Cell index
lParam = (LPARAM) dwData; //Value to associate with specified cell
This message does not return a value.