RichTextBox for WPF
Remove(Int32,Int32) メソッド

C1.WPF.RichTextBox アセンブリ > C1.WPF.RichTextBox.Documents 名前空間 > C1Run クラス > Remove メソッド : Remove(Int32,Int32) メソッド
テキストの削除を開始するインデックス。
削除する文字数。
C1Run.Text の現在の値から、指定された範囲のテキストを削除します。
シンタックス
'宣言
 
Public Overloads Overrides Sub Remove( _
   ByVal start As System.Integer, _
   ByVal count As System.Integer _
) 
public override void Remove( 
   System.int start,
   System.int count
)

パラメータ

start
テキストの削除を開始するインデックス。
count
削除する文字数。
参照

C1Run クラス
C1Run メンバ
オーバーロード一覧