FormFields interface
Office 2013 and later
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)
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: