Numbering command¶
Summary¶
Inserts numbering at the cursor position or vertical selection.
Description¶
Inserts numbering at the cursor position or vertical selection. The Insert Numbering dialog box will be displayed upon executing this command, where you can specify numbers to be inserted.
How to Run¶
Default Menu: Insert > Numbering
All Commands: Insert > Numbering
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: ALT+N
Plug-in Command ID¶
EEID_NUMBERING (4558)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4558);
[VBScript]¶
editor.ExecuteCommandByID 4558