Invisible Cell (Actions Section)
Indicates whether the action is visible on the action tag or shortcut menu.
Note
In previous versions of Microsoft Visio, action tags are called smart tags.
Value | Description |
---|---|
TRUE |
The action is not visible on the menu. |
FALSE |
The action is visible on the menu (the default). |
Remarks
To get a reference to the Invisible cell by name from another formula, or from a program by using the CellsU property, use:
Value | |
---|---|
Cell name: |
Actions. name .Invisiblewhere Actions. name is the name of the Actions row |
To get a reference to the Invisible 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: |
visActionInvisible |