EE_SPLIT_COLUMN¶
Splits specified columns of the current CSV document. You can send this message explicitly or use the Editor_SplitColumn inline function.
EE_SPLIT_COLUMN
wParam = (WPARAM)(SPLIT_COLUMN_INFO*)pInfo;
lParam = 0;
Parameters¶
pInfo
Specifies the pointer to the SPLIT_COLUMN_INFO structure.
Return Values¶
The return value is a negative value it it fails.
Version¶
Supported on Version 19.9 or later.