_Document.ResetFormFields Method

Clears all form fields in a document, preparing the form to be filled in again.

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

Syntax

'Declaration
Sub ResetFormFields
'Usage
Dim instance As _Document

instance.ResetFormFields()
void ResetFormFields()

Remarks

Use the ResetFormFields method to clear fields when a document's fields are not locked. To clear fields when a document's fields are locked, use the Protect method.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace