An application sends a ZGM_SETDEFAULTNUMWIDTH message to set the default numeric width of newly added cells to the ZeeGrid.
ZGM_SETDEFAULTNUMWIDTH
wParam = (WPARAM)(int) iNumWidth; //numeric width to use for default
lParam = 0; //not used; must be zero
This message does not return a value.