バージョン

GoToTextLocation メソッド

指定した Infragistics.Documents.Parsing.TextLocation があるラインをビュー (のできれば中央) に表示し、キャレットを指定文字位置に表示できるよう、表示を再読み込みします。
シンタックス
'宣言
 
Public Sub GoToTextLocation( _
   ByVal location As Infragistics.Documents.Parsing.TextLocation _
) 
public void GoToTextLocation( 
   Infragistics.Documents.Parsing.TextLocation location
)

パラメータ

location
ビューに表示するために移動するドキュメント内の Infragistics.Documents.Parsing.TextLocation
参照