ZeeGrid Control Message

ZGM_GETCELLTEXT


ZGM_GETCELLTEXT

An application sends a ZGM_GETCELLTEXT message to get the display text string of the specified cell.

ZGM_GETCELLTEXT
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