Characters.FieldFormat property (Visio)
Returns the field format for a field represented by an object. Read-only.
Syntax
expression.FieldFormat
expression A variable that represents a Characters object.
Return value
Integer
Remarks
If the Characters object does not contain a field or contains non-field characters, the FieldFormat property returns an exception. Check the IsField property of the Characters object before getting its FieldFormat property.
Field formats correspond to the formats in the Format list in the Field dialog box (click Field on the Insert tab).
Constants for field formats are declared by the Microsoft Visio type library in VisFieldFormats.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.