UICode cell (Text Fields section)
Determines the code of an inserted field in versions of Microsoft Visio earlier than Visio 2000.
Remarks
This cell does not appear in the ShapeSheet window. Use this cell if you need to deal with backward capability issues, such as saving a Visio version 2000 drawing in Visio version 5.0 file format.
To reference the UICode cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
Fields.UICod[i] |
To reference the UICode cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionTextField |
Row index: |
visRowField + i |
Cell index: |
visFieldUICode |