Skip to main content

cidInsert Constant

Specifies an ID of the “Insert” and “Insert…” pop-up menu items.

Declaration

const cidInsert = 13;

Remarks

This menu item is enabled if the active worksheet’s CanInsert function returns True.

A click on the “Insert” menu item inserts one or more rows or columns depending on the active cell selection if the context menu is invoked at the row or column header. If the menu is invoked for a selected cell range, this menu item has the “Insert…” caption and invokes the “Insert Cells“ dialog.

Note

This menu item is hidden if the context menu is invoked for the focused floating container.

Use the sdxBuiltInPopupMenuInsert and sdxBuiltInPopupMenuInsertDialog resource strings to localize the “Insert” and “Insert…” menu items.

See Also