RichTextBox for WPF
GetTextRange メソッド (C1RichTextBox)

C1.WPF.RichTextBox アセンブリ > C1.WPF.RichTextBox 名前空間 > C1RichTextBox クラス : GetTextRange メソッド
ドキュメントの先頭からのオフセット。
範囲の長さ(文字数)。
現在の C1RichTextBox.Document 内の範囲を表す C1.WPF.RichTextBox.Documents.C1TextRange を取得します。
シンタックス
'宣言
 
Public Function GetTextRange( _
   ByVal start As System.Integer, _
   ByVal length As System.Integer _
) As C1TextRange
public C1TextRange GetTextRange( 
   System.int start,
   System.int length
)

パラメータ

start
ドキュメントの先頭からのオフセット。
length
範囲の長さ(文字数)。

戻り値の型

要求された範囲を表す C1.WPF.RichTextBox.Documents.C1TextRange
解説
返された C1.WPF.RichTextBox.Documents.C1TextRange を使用すると、 C1RichTextBox.Selection を移動せずにドキュメントの一部を書式設定できます。
参照

C1RichTextBox クラス
C1RichTextBox メンバ