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
If the
What
argument is
wdGoToBookmark
,
wdGoToComment
,
wdGoToField
, or
wdGoToObject
, this argument specifies a name.
Returns
Remarks
When you use this method with the
wdGoToGrammaticalError
,
wdGoToProofreadingError
, or
wdGoToSpellingError
constant, the
Range
that is returned includes any grammar error text or spelling error text.
Optional Parameters
For information on optional parameters, see
Optional Parameters in Office Solutions
.