FormField Interface

Represents a single form field.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("00020928-0000-0000-C000-000000000046")> _
Public Interface FormField
'Usage
Dim instance As FormField
[GuidAttribute("00020928-0000-0000-C000-000000000046")]
public interface FormField

Remarks

The FormField object is a member of the FormFields collection.

Use FormFields(index), where index is a bookmark name or index number, to return a single FormField object.

The index number represents the position of the form field in the selection, range, or document.

Use the Add method with the FormFields object to add a form field.

Use the CheckBox, DropDown, and TextInput properties with the FormField object to return the CheckBox, DropDown, and TextInput objects.

See Also

Reference

FormField Members

Microsoft.Office.Interop.Word Namespace