CharCount property

Microsoft Visio Developer Reference

CharCount property

   Example   

Returns the number of characters in an object.

Version added

3.0

Syntax

intRet = object.CharCount

intRet

Integer. The number of characters in the object's text.

object

Required. An expression that returns the Characters or Shape object that contains the text.

Remarks

For a Shape object, the CharCount property returns the number of characters in the shape's text. For a Characters object, the CharCount property returns the number of characters in the text range represented by that object.

The value returned by the CharCount property includes the expanded number of characters for any fields in the object's text. For example, if the text contains a field that displays the file name of a drawing, the CharCount property includes the number of characters in the file name, rather than the one-character escape sequence used to represent a field in the Text property of a Shape object.