ZeeGrid Control Message

ZGM_SETCELLNUMPRECISION


ZGM_SETCELLNUMPRECISION

An application sends a ZGM_SETCELLNUMPRECISION message to set the precision (number of decimal places displayed) of the double value of the specified cell.

ZGM_SETCELLNUMPRECISION
wParam = (WPARAM)(int) iCellIndex;        //ZeeGrid cell index
lParam = (LPARAM)(int) iValue;            //precision value

Parameters

iCellIndex
The value of wParam. The ZeeGrid cell index.

iValue
The value of lParam. The value to set the cell number precision.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard