Checked cell (Actions section)
Toggles the display of a check mark beside the command name on the shortcut menu.
Value |
Description |
TRUE |
Check mark is displayed. |
FALSE |
Check mark is not displayed. |
Remarks
To reference the Checked cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
Actions.Ci |
To reference the Checked cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionAction |
Row index: |
visRowAction + i |
Cell index: |
visActionChecked |