Range.GoToPrevious Method
Returns a Range object that refers to the start position of the previous item or location specified by the What argument.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function GoToPrevious ( _
What As WdGoToItem _
) As Range
'Usage
Dim instance As Range
Dim What As WdGoToItem
Dim returnValue As Range
returnValue = instance.GoToPrevious(What)
Range GoToPrevious(
WdGoToItem What
)
Parameters
- What
Type: Microsoft.Office.Interop.Word.WdGoToItem
Required WdGoToItem. The item that the specified range or selection is to be moved to.
Return Value
Type: Microsoft.Office.Interop.Word.Range