ZeeGrid Control Message

ZGM_SETCELLTEXT


ZGM_SETCELLTEXT

An application sends a ZGM_SETCELLTEXT message to set the text of the specified cell.

ZGM_SETCELLTEXT
wParam = (WPARAM)(int) iCellIndex;        //ZeeGrid cell index
lParam = (LPARAM) lpszString;             //pointer to string

Parameters

iCellIndex
The value of wParam. The ZeeGrid cell index.

lpszString
The value of lParam. A pointer to a string.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard