Pivot Table command¶
Summary¶
Creates a pivot table in the CSV document.
Description¶
This command displays the Pivot Table dialog box, and creates a pivot table in the CSV document.
How to Run¶
Default Menu: CSV > Advanced > Pivot Table
All Commands: CSV > Advanced > Pivot Table
Toolbar:
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_PIVOT_TABLE (4081)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4081);
[VBScript]¶
editor.ExecuteCommandByID 4081