Disabled Cell (Actions Section)
Last modified: March 09, 2015
Applies to: Office 2013 | Visio 2013
Indicates whether an item on a shortcut or action tag menu is disabled.
Note
|
|---|
|
In previous versions of Microsoft Visio, action tags are called smart tags. |
|
Value |
Description |
|---|---|
|
TRUE |
Disable (dim) command name. |
|
FALSE |
Enable the command name (the default). |
To get a reference to the Disabled cell by name from another formula, or from a program by using the CellsU property, use:
|
Cell name: |
Actions.name.Disabled |
To get a reference to the Disabled cell by index from a program, use the CellsSRC property with the following arguments:
|
Section index: |
visSectionAction |
|
Row index: |
visRowAction + i |
|
Cell index: |
visActionDisabled |
Note