Document.FormFields Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.