ZeeGrid Control Message

ZGM_GETITEMDATA


ZGM_GETITEMDATA

An application sends a ZGM_GETITEMDATA message to get the user supplied 32-bit value associated with the specified cell in the ZeeGrid.

ZGM_GETITEMDATA
wParam = (WPARAM)(int) iCellIndex;   //Cell index
lParam = 0;                          //not used; must be zero

Parameters

iCellIndex
The value of wParam. The cell index to get the user supplied 32-bit data value.

Return Values

The return value is the 32-bit value associated with the specified ZeeGrid cell.

Copyright © 2002-2016 by David Hillard