Share via


LocalName Property [Visio 2003 SDK Documentation]

Returns the local name of a cell.

strRet = object**.LocalName**

strRet     String. The local name of the cell.

object     Required. An expression that returns a Cell object.

Version added

4.0

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.

Applies to | Cell object

See Also | Name property