Invisible Cell (Actions Section)
Office 2007
Indicates whether the action is visible on the smart tag or shortcut menu.
| 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 using the CellsU property, use:
|
Cell name: |
Actions.name.Invisible |
To get a reference to the Invisible cell by index from a program, use the CellsSRC property with the following arguments:
|
Section index: |
visSectionAction |
|
Row index: |
visRowAction + i
|
|
Cell index: |
visActionInvisible |
See Also