Editor_SetCell¶
Sets the text on the specified cell. You can use this inline function or explicitly send the EE_SET_CELL message.
Editor_SetCell( HWND hwnd, GET_CELL_INFO* pGetCellInfo, LPCWSTR szString ); hwnd Specifies the window handle of the view or frame of EmEditor. pGetCellInfo Pointer to the GET_CELL_INFO structure. szString Specifies a string to set. The return value is 0 or positive if succeeded, or negative if failed.Parameters¶
Return Values¶