UICode Cell (Text Fields Section)
Last modified: March 09, 2015
Applies to: Office 2013 | Visio 2013
Determines the code of an inserted field in versions of Visio earlier than Visio 2000.
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 get a reference to the UICode cell by name from another formula, or from a program using the CellsU property, use:
|
Cell name: |
Fields.UICod[i]
|
To get a reference to 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 |