Transpose command¶
Summary¶
Switches the rows and columns of the CSV document.
Description¶
Switches the rows and columns of the CSV document.
How to Run¶
Default Menu: CSV > Advanced > Transpose
All Commands: CSV > Advanced > Transpose
Toolbar:
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_TRANSPOSE (4082)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4082);
[VBScript]¶
editor.ExecuteCommandByID 4082