Invisible Cell (Shape Data Section)

Specifies whether the shape data item is visible in the Shape Data dialog box or window.

Value Description

TRUE

Shape data item is not visible.

FALSE

Shape data item is visible.

Remarks

The value in this cell corresponds to the Hidden check box in the Define Shape Data dialog box (on the Data menu, click Shape Data, and then click Define).

To get a reference to the Invisible cell by name from another formula, or from a program using the CellsU property, use:

Cell name:

Prop.name.Invisible
where Prop.name is the row name

To get a reference to the Invisible cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionProp

Row index:

visRowProp + i
where i = 0, 1, 2...

Cell index:

visCustPropsInvis