Skip to main content

cidFormatCells Constant

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

Declaration

const cidFormatCells = 11;

Remarks

This menu item is enabled only if the active worksheet’s OptionsProtection.ActualAllowFormatCells property returns True.

A click on the “Format Cells…” menu item invokes the “Format Cells“ dialog to customize the active cell selection.

Note

This menu item is hidden if the context menu is invoked for a focused floating container.

Use the sdxBuiltInPopupMenuFormatCells resource string to localize the “Format Cells” pop-up menu item.

See Also