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