Share via


Invisible Cell (Custom Properties Section) [Visio 2003 SDK Documentation]

Specifies whether the custom property is visible in the Custom Properties dialog box or window.

Value Description

TRUE

Custom property is not visible.

FALSE

Custom property is visible.

Remarks

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

To reference 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 reference 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