FormFields interface

A collection of FormField objects that represent all the form fields in a selection, range, or document.

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

No code example is currently available or this language may not be supported.

Use the FormFields property to return the FormFields collection.

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

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.

Show: