EE_REARRANGE_COLUMNS¶
Rearranges CSV columns. You can send this message explicitly or use the Editor_RearrangeColumns inline function.
EE_REARRANGE_COLUMNS
wParam = (WPARAM) (REARRANGE_COLULMNS_INFO*)pInfo;
lParam = 0;
Parameters¶
pInfo
Specifies the pointer to the REARRANGE_COLUMNS_INFO structure.
Return Values¶
If the message succeeds, the return value is zero. If the message fails, the return value is nonzero.
Version¶
Supported on Version 22.1 or later.