Checked cell (Actions section)

Microsoft Office ShapeSheet

Checked cell (Actions section)

See also       Rows

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
where i = <1>, 2, 3, …

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
where i = 0, 1, 2, …

Cell index:

visActionChecked