Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Selects the next field.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function NextField As Field
'Usage
Dim instance As Selection
Dim returnValue As Field
returnValue = instance.NextField()
Field NextField()
Return Value
Type: Microsoft.Office.Interop.Word.Field
Remarks
If a field is found, this method returns a Field object; if not, it returns Nothing.