Menu cell (Actions section)

Microsoft Office ShapeSheet

Menu cell (Actions section)

See also       Rows

Defines the name of the command that appears on a shape's or page's shortcut menu. Prefix the command name with an underscore character (_) to display a divider bar above the command in the menu. Prefix the name with a percent character (%) to display the command at the bottom of the shortcut menu.

Remarks

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

Cell name:

Actions.Menu[i]
where i = <1>, 2, 3, …

To reference 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