ZeeGrid Control Message

ZGM_SETDEFAULTNUMPRECISION


ZGM_SETDEFAULTNUMPRECISION

An application sends a ZGM_SETDEFAULTNUMPRECISION message to set the default numeric precision of newly added cells to the ZeeGrid.

ZGM_SETDEFAULTNUMPRECISION
wParam = (WPARAM)(int) iPrecision;   //numeric precision to use for default
lParam = 0;                          //not used; must be zero

Parameters

iPrecision
The value of wParam. The value of the numeric precision attribute to assign to new cells by default.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard