Disabled cell (Actions section)
Toggles the display of the command name on the shortcut menu.
|
Value |
Description |
|
TRUE |
Disable (dim) command name. |
|
FALSE |
Enable (highlight) command name. |
Remarks
To reference the Disabled cell by name from another formula, or from a program using the Cells property, use:
|
Cell name: |
Actions.Di |
To reference 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 |