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

Return Value

Type: Microsoft.Office.Interop.Word.Range

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace