CGXControl::SetValue
virtual void SetValue(LPCTSTR pszRawValue);
pszRawValue
A pointer to the zero-terminated string which holds the value in the format as it is stored in the style object.
Remarks
Converts the value that should be stored in the style object to the text which should be displayed in the cell and displays it in the active current cell.
A typical behavior of this method is to call GetControlText() to format the text and then call SetWindowText() to make the text in the current cell visible.
See Also
CGXControl::GetControlText CGXControl::SetCurrentText