Share via


IsField Property [Visio 2003 SDK Documentation]

Determines whether a Characters object represents the expanded text of a single field with no additional non-field characters.

intRet = object**.IsField**

intRet     Integer. True (-1) if the Characters object represents only the expanded text of a field; otherwise, False (0) if the Characters object contains characters in addition to the expanded text of a field.

object     Required. An expression that returns a Characters object.

Version added

3.0

Remarks

To change the range of text represented by a Characters object, set its Begin and End properties.

Applies to | Characters object

See Also | Begin property | End property