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)

Usage

Public Class ormFieldsImplementation
    Implements FormFields
End Class
Dim ormFieldsImplementation1 As New ormFieldsImplementation()

Syntax

Public Interface FormFields
    Inherits IEnumerable
public interface FormFields : IEnumerable
public interface class FormFields : public IEnumerable
public interface FormFields implements IEnumerable
public interface FormFields implements 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

FormFields Members