An application sends a ZGM_SETCELLNUMPRECISION message to set the precision (number of decimal places displayed) of the double value of the specified cell.
ZGM_SETCELLNUMPRECISION
wParam = (WPARAM)(int) iCellIndex; //ZeeGrid cell index
lParam = (LPARAM)(int) iValue; //precision value
This message does not return a value.