EE_EDIT_COLUMN

Moves, copies, deletes, or combines specified columns of the current CSV document. You can send this message explicitly or use the Editor_EditColumn inline function.

EE_EDIT_COLUMN
wParam = (WPARAM)(EDIT_COLUMN_INFO*)pInfo;
lParam = 0;

Parameters

pInfo

Specifies the pointer to the EDIT_COLUMN_INFO structure.

Return Values

The return value is S_OK if succeeds.

Version

Supported on Version 19.7 or later.