ZeeGrid Control Message

ZGM_SETITEMDATA


ZGM_SETITEMDATA

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

ZGM_SETITEMDATA
wParam = (WPARAM)(int) iCellIndex;   //Cell index
lParam = (LPARAM) dwData;            //Value to associate with specified cell

Parameters

iCellIndex
The value of wParam. The cell index to set cell data value.

dwData
Value of lParam. Specifies the 32-bit value to be associated with the specified ZeeGrid cell.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard