Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Contains the formula to be executed when a user chooses a command on a shortcut or action tag menu.
Note
In previous versions of Microsoft Visio, action tags are called smart tags.
Remarks
An Action cell is evaluated only when the action occurs, not when the formula is entered.
To get a reference to the the Action cell by name from another formula, or from a program by using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
Actions. name .Action where Actions. name is the name of the actions row |
To get a reference to thethe Action cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionAction |
| Row index: |
visRowAction + i where i = 0, 1, 2... |
| Cell index: |
visActionAction |