Fields.Update Method
Updates the result of the fields object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Update As Integer
'Usage
Dim instance As Fields
Dim returnValue As Integer
returnValue = instance.Update()
int Update()
Return Value
Type: System.Int32
Remarks
When applied to a Fields collection, returns 0 (zero) if no errors occur when the fields are updated, or returns an Integer that represents the index of the first field that contains an error.