An application sends a ZGM_SETROWNUMPRECISION message to set the precision of the double values of the cells in the specified row.
ZGM_SETROWNUMPRECISION
wParam = (WPARAM)(int) iRow; //ZeeGrid row
lParam = (LPARAM)(int) iValue; //number precision value
This message does not return a value.