ZeeGrid Control Message

ZGM_SETCELLDOUBLE


ZGM_SETCELLDOUBLE

An application sends a ZGM_SETCELLDOUBLE message to set the double value of the specified cell.

ZGM_SETCELLDOUBLE
wParam = (WPARAM)(int) iCellIndex;        //ZeeGrid cell index
lParam = (LPARAM) lpDoubleValue;          //pointer to double

Parameters

iCellIndex
The value of wParam. The ZeeGrid cell index.

lpDoubleValue
The value of lParam. A pointer to a double.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard