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 previous field.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function PreviousField As Field
'Usage
Dim instance As Selection
Dim returnValue As Field
returnValue = instance.PreviousField()
Field PreviousField()
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.