Share via


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

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 CellsU 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