Label cell (Custom Properties section)

Microsoft Office ShapeSheet

Label cell (Custom Properties section)

See also       

Specifies the label that appears to users in the Custom Properties dialog box and Custom Properties window. A label consists of alphanumeric characters, including the underscore (_) character.

Remarks

The application automatically encloses the Label string in quotation marks in the cell, but the quotation marks are not displayed in the Custom Properties dialog box and Custom Properties window.

If no label text is found, Visio displays the row name (Prop.Row) in the Custom Properties dialog box and Custom Properties window.

To reference the Label cell by name from another formula, or from a program using the Cells property, use:

Cell name:

Prop.Name.Label
where Prop.Name is the row name

To reference the Label 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:

visCustPropsLabel