scripting:api:text-view:go-to

GoTo

Method of ITextView

Navigates to place in document, with flexible syntax, similar to one used in GoTo dialog

TextView.GoTo(sPos, bSetAnchor);
TextView.GoTo sPos, bSetAnchor
HRESULT hr = TextView.GoTo(sPos, bSetAnchor);