Label cell (Custom Properties section)
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 |
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 |
Cell index: |
visCustPropsLabel |