Range.GoToPrevious(WdGoToItem) Método

Definición

Devuelve un Range objeto que hace referencia a la posición inicial del elemento o ubicación anterior especificados por el What argumento .

public:
 Microsoft::Office::Interop::Word::Range ^ GoToPrevious(Microsoft::Office::Interop::Word::WdGoToItem What);
public Microsoft.Office.Interop.Word.Range GoToPrevious (Microsoft.Office.Interop.Word.WdGoToItem What);
abstract member GoToPrevious : Microsoft.Office.Interop.Word.WdGoToItem -> Microsoft.Office.Interop.Word.Range
Public Function GoToPrevious (What As WdGoToItem) As Range

Parámetros

What
WdGoToItem

Obligatorio WdGoToItem. Elemento al que se va a mover el intervalo o la selección especificados.

Devoluciones

Se aplica a