Skip to main content

cidDeleteHyperlink Constant

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

Declaration

const cidDeleteHyperlink = 7;

Remarks

This menu item is visible only if the context menu is invoked within a focused cell whose value is an anchor text for a hyperlink. The “Remove Hyperlink” menu item is enabled only if the CanDeleteHyperlink function of the active worksheet returns True.

A click on the “Remove Hyperlink” menu item destroys the associated hyperlink and does not affect the cell value.

Use the sdxBuiltInPopupMenuRemoveHyperlink resource string to localize the “Remove Hyperlink” menu item.

See Also