ZeeGrid Control Message

ZGM_GETCELLINT


ZGM_GETCELLINT

An application sends a ZGM_GETCELLINT message to get the integer value of the specified cell.

ZGM_GETCELLINT
wParam = (WPARAM)(int) iCellIndex;        //ZeeGrid cell index
lParam = (LPARAM) lpIntValue;             //pointer to integer

Parameters

iCellIndex
The value of wParam. The ZeeGrid cell index.

lpIntValue
The value of lParam. A pointer to an integer.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard