EE_SET_COLUMN

Sets a column of text in CSV mode. You can send this message explicitly or use the Editor_SetColumn inline function.

EE_SET_COLUMN
wParam = (WPARAM) 0;
lParam = (LPARAM) (COLUMN_STRUCT*) pColumnStruct;

Parameters

pColumnStruct

Pointer to the COLUMN_STRUCT structure.

Return Values

The return value is 0 or positive if succeeded, or negative if failed.