Skip to main content

cidSplit Constant

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

Declaration

const cidSplit = 26;

Remarks

This menu item is hidden only if the pop-up menu is invoked for a floating container. The “Unmerge Cells” item is enabled if the CanSplitSelected function of the active worksheet returns True.

The “Unmerge Cells” menu item splits up selected merged cells. A click on this menu item has no effect if the active cell selection contains no merged cells.

Use the sdxBuiltInPopupMenuSplitCells resource string to localize the “Unmerge Cells” menu item.

See Also