UICode cell (Text Fields section)

Microsoft Office ShapeSheet

UICode cell (Text Fields section)

See also       Rows

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]
where i = <1>, 2, 3…

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
where i = 0, 1, 2…

Cell index:

visFieldUICode