Skip to main content

cidPasteSpecialValues Constant

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

Declaration

const cidPasteSpecialValues = 21;

Remarks

The “Paste Special” submenu includes the “Values” menu item. A click on this item pastes only cell values from a source worksheet and ignores any other information in the clipboard.

Use the sdxBuiltInPopupMenuPasteSpecialValues resource string to localize the “Values” menu item.

See Also