ZeeGrid Control Message

ZGM_SETROWNUMPRECISION


ZGM_SETROWNUMPRECISION

An application sends a ZGM_SETROWNUMPRECISION message to set the precision of the double values of the cells in the specified row.

ZGM_SETROWNUMPRECISION
wParam = (WPARAM)(int) iRow;              //ZeeGrid row
lParam = (LPARAM)(int) iValue;            //number precision value

Parameters

iRow
The value of wParam. The ZeeGrid row number.

iValue
The value of lParam. The value to set the cell number precision for every cell in the specified row.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard