_Document.FormFields Property

Returns a FormFields collection that represents all the form fields in the document, range, or selection.

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

Syntax

'Declaration
ReadOnly Property FormFields As FormFields
    Get
'Usage
Dim instance As _Document
Dim value As FormFields

value = instance.FormFields
FormFields FormFields { get; }

Property Value

Type: Microsoft.Office.Interop.Word.FormFields

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace