Toggle Headings (Freeze or Unfreeze Panes) command¶
Summary¶
Sets or resets lines above and columns left of the current cell non-scrollable.
Description¶
Sets or resets lines above and columns left of the current cell non-scrollable.
How to Run¶
Default Menu: CSV > Headings (Freeze Panes) > Toggle Headings (Freeze or Unfreeze Panes)
All Commands: CSV > Headings (Freeze Panes) > Toggle Headings (Freeze or Unfreeze Panes)
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_HEADING_TOGGLE (3880)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(3880);
[VBScript]¶
editor.ExecuteCommandByID 3880