Selection.NextField Method

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.

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.Word Namespace