Editor_RearrangeColumns¶
Rearranges CSV columns. You can use this inline function or explicitly send the EE_REARRANGE_COLUMNS message.
Editor_RearrangeColumns( HWND hwnd, UINT nColumnArraySize, const INT* piColumn ); hwnd Specifies the window handle of the view or frame of EmEditor. nSize Specifies the number of columns specified in the piColumn parameter. piColumn Specifies an array of integers, indicating the order of columns to be rearranged. For instance, "0, 2, 4" indicates the result will include the first, third, and fifth columns of the original CSV document. If the message succeeds, the return value is zero. If the message fails,
the return value is nonzero. Supported on Version 22.1 or later.Parameters¶
Return Values¶
Version¶