EE_PIVOT_TABLE¶
Creates a pivot table in the CSV document. You can send this message explicitly or use the Editor_PivotTable inline function.
EE_PIVOT_TABLE
wParam = (WPARAM)(PIVOT_TABLE_INFO*)pInfo;
lParam = 0;
Parameters¶
pInfo
Specifies the pointer to the PIVOT_TABLE_INFO structure.
Return Values¶
The return value is a negative value if it fails.
Version¶
Supported on Version 21.4 or later.