Document.FormFields Property

Definition

Gets a FormFields collection that represents all the form fields in the document.

public:
 property Microsoft::Office::Interop::Word::FormFields ^ FormFields { Microsoft::Office::Interop::Word::FormFields ^ get(); };
public Microsoft.Office.Interop.Word.FormFields FormFields { get; }
member this.FormFields : Microsoft.Office.Interop.Word.FormFields
Public ReadOnly Property FormFields As FormFields

Property Value

A FormFields collection that represents all the form fields in the document.

Applies to