Skip to main content

cidPaste Constant

Specifies an ID of the “Paste” pop-up menu item.

Declaration

const cidPaste = 16;

Remarks

This menu item is enabled only if the CanPasteFromClipboard function of the active worksheet returns True. A click on the “Paste” menu item pastes content of the clipboard into the active cell selection.

Use the sdxBuiltInPopupMenuPaste resource string to localize the “Paste” menu item.

See Also