FormField.Next Property
Returns the next object in the collection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Next As FormField
Get
'Usage
Dim instance As FormField
Dim value As FormField
value = instance.Next
FormField Next { get; }
Property Value
Type: Microsoft.Office.Interop.Word.FormField