Cell.LocalName Property

Visio Automation Reference

Returns the local name of a cell. Read-only.

Version Information
 Version Added:  Visio 4.0

Syntax

expression.LocalName

expression   A variable that represents a Cell object.

Return Value
String

Remarks

A cell has both a local name and a universal name. The local name differs according to the locale for which Microsoft Windows is installed on the user's system. The universal name is the same regardless of locale.

To get the universal name of a cell, use the Name property.

See Also