An application sends a ZGM_GETCELLDOUBLE message to get the double value of the specified cell.
ZGM_GETCELLDOUBLE
wParam = (WPARAM)(int) iCellIndex; //ZeeGrid cell index
lParam = (LPARAM) lpDoubleValue; //pointer to double
This message does not return a value.