'宣言 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.Xaml.RichTextBox.Documents.C1TextRange。