EE_UNPIVOT¶
Converts columns into rows by flattening the CSV data. You can send this message explicitly or use the Editor_Unpivot inline function.
EE_UNPIVOT
wParam = (WPARAM)(UNPIVOT*)pInfo;
lParam = 0;
Parameters¶
pInfo
Specifies the pointer to the UNPIVOT_INFO structure.
Return Values¶
The return value is a negative value if it fails.
Version¶
Supported on Version 21.4 or later.