ZeeGrid Control Message

ZGM_INTERPRETNUMERIC


ZGM_INTERPRETNUMERIC

An application sends a ZGM_INTERPRETNUMERIC message to enable or disable the interpretation of text as a numeric value when entered from an editable cell by the user, or programmatically entered into the cell with the ZGM_SETCELLTEXT message.

ZGM_INTERPRETNUMERIC
wParam = (WPARAM) (BOOL) fEnable;  //enable flag
lParam = 0;                        //not used; must be zero

Parameters

fEnable
Value of wParam. Specifies whether to enable or disable the interpretation of entered text as numeric values. If enabled and the text '3.145' is entered in a cell, ZeeGrid will display that cell as a right justified numeric value. If disabled, the text will be displayed as a left justified text string '3.145'.

Return Values

This message does not return a value.

Remarks

Interpret numeric is enabled by default.

Copyright © 2002-2016 by David Hillard