LocalName property

Microsoft Visio Developer Reference

LocalName property

   Example   

Returns the local name of a cell.

Version added

4.0

Syntax

strRet = object.LocalName

strRet

String. The local name of the cell.

object

Required. An expression that returns a Cell object.

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.