Menu Cell (Actions Section)

Defines the name of a menu item that appears on a shortcut or smart tag menu for a shape or page.

Remarks

To insert a separator into the menu above this item, use the BeginGroup cell. To display the command at the bottom of the menu, prefix the name with a percent character (%) .

To get a reference to the Menu cell by name from another formula, or from a program using the CellsU property, use:

Cell name:

Actions.name.Menu
where Actions.name is the name of the Actions row

To get a reference to the Menu cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionAction

Row index:

visRowAction + i
where i = 0, 1, 2, ...

Cell index:

visActionMenu