Field.Update Method
Updates the result of the field object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Update As Boolean
'Usage
Dim instance As Field
Dim returnValue As Boolean
returnValue = instance.Update()
bool Update()
Return Value
Type: System.Boolean