An application sends a ZGM_SETCELLNUMWIDTH message to set the width (leading padding spaces) of the value of the specified cell.
ZGM_SETCELLNUMWIDTH
wParam = (WPARAM)(int) iCellIndex; //ZeeGrid cell index
lParam = (LPARAM)(int) iValue; //number width value
This message does not return a value.