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