An application sends a ZGM_SETEDITTEXT message to set the text of the edit control used for incell editing.
ZGM_SETEDITTEXT
wParam = 0; //not used; must be zero
lParam = (LPARAM) lpszString; //pointer to string
This message does not return a value.