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
.
public Microsoft.Office.Interop.Word.Range GoTo(ref object What, ref object Which, ref object Count, ref object Name);
abstract member GoTo : obj * obj * obj * obj -> Microsoft.Office.Interop.Word.Range
Public Function GoTo (Optional ByRef What As Object, Optional ByRef Which As Object, Optional ByRef Count As Object, Optional ByRef Name As Object) As Range
Parameters
Optional
Object
. If the
What
argument is
wdGoToBookmark
,
wdGoToComment
,
wdGoToField
, or
wdGoToObject
, this argument specifies a name.
Returns