Row.CellU property (Visio)
Uses the universal name or index of a cell to return the cell. Read-only.
expression. CellU
( _NameOrIndex_
)
expression A variable that represents a Row object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
NameOrIndex | Required | Variant | The universal name or index of the cell. |
Cell
The first cell in a row has an index of zero (0).
Note
Beginning with Microsoft Visio 2000, you can use both local and universal names to refer to Visio shapes, masters, documents, pages, rows, add-ons, cells, hyperlinks, styles, fonts, master shortcuts, UI objects, and layers. When a user names a shape, for example, the user is specifying a local name. Beginning with Microsoft Office Visio 2003, the ShapeSheet spreadsheet displays only universal names in cell formulas and values. (In prior versions, universal names were not visible in the user interface.)
As a developer, you can use universal names in a program when you don't want to change a name each time a solution is localized. Use the Cell property to get a Cell object by using its local name. Use the CellU property to get a Cell object by using its universal name.
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.