Share via


Characters.IsField Property

Visio Automation Reference

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

Version Information
 Version Added:  Visio 3.0

Syntax

expression.IsField

expression   A variable that represents a Characters object.

Return Value
Integer

Remarks

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

See Also