Use Zero-Based Numerical Characters for Column Header command¶
Summary¶
Uses zero-based numerical characters for the column header.
Description¶
Uses zero-based numerical characters for the column header. This command is equivalent to the status where the Use Alphabetical Characters for Column Header check box is cleared but the Use Zero-Based Numerical Characters for Column Header check box is set in the CSV page of the Customize dialog box.
How to Run¶
Default Menu: CSV > Column Header Type > 0, 1, 2, ...
All Commands: CSV > Column Header Type > 0, 1, 2, ...
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_HEADER_ZERO_BASE (3988)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(3988);
[VBScript]¶
editor.ExecuteCommandByID 3988