Share via


Characters.FieldFormat Property

Visio Automation Reference

Returns the field format for a field represented by an object. Read-only.

Version Information
 Version Added:  Visio 3.0

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 menu).

Constants for field formats are declared by the Microsoft Office Visio type library in VisFieldFormats.

See Also