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)

Syntax

'Declaration
<GuidAttribute("00020929-0000-0000-C000-000000000046")> _
Public Interface FormFields _
    Inherits IEnumerable
'Usage
Dim instance As FormFields
[GuidAttribute("00020929-0000-0000-C000-000000000046")]
public interface FormFields : IEnumerable

Remarks

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.

See Also

Reference

FormFields Members

Microsoft.Office.Interop.Word Namespace