DocumentClass.GoTo Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Function GoTo ( _
ByRef What As Object, _
ByRef Which As Object, _
ByRef Count As Object, _
ByRef Name As Object _
) As Range
'Usage
Dim instance As DocumentClass
Dim What As Object
Dim Which As Object
Dim Count As Object
Dim Name As Object
Dim returnValue As Range
returnValue = instance.GoTo(What, Which, _
Count, Name)
public virtual Range GoTo(
ref Object What,
ref Object Which,
ref Object Count,
ref Object Name
)
Parameters
- What
Type: System.Object%
- Which
Type: System.Object%
- Count
Type: System.Object%
- Name
Type: System.Object%
Return Value
Type: Microsoft.Office.Interop.Word.Range
Implements
_Document.GoTo(Object%, Object%, Object%, Object%)