Menu cell (Actions section)
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] |
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 |
Cell index: |
visActionMenu |