Skip to main content

cidCut Constant

Specifies an ID of the Cut pop-up menu item.

Declaration

const cidCut = 4;

Remarks

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

A click on the “Cut” menu item moves the cell selection or the focused floating container to the clipboard.

Use the sdxBuiltInPopupMenuCut resource string to localize the “Cut” menu item.

See Also