バージョン

Replace メソッド

コントロールでテキストを置き換えます。
シンタックス
'宣言
 
Sub Replace( _
   ByVal startIndex As Integer, _
   ByVal length As Integer, _
   ByVal newText As String _
) 
void Replace( 
   int startIndex,
   int length,
   string newText
)

パラメータ

startIndex
置き換えるテキストの開始インデックス。
length
置き換えるテキストの長さ。
newText
ターゲットで置き換えるテキスト。
参照