数式を検索して置き換えます。このメソッドを使用しても、選択範囲またはアクティブ セルのどちらも変更されません。
シンタックス
'宣言
Function Replace( _
ByVal As System.Object, _
ByVal As System.Object, _
Optional ByVal As ReplaceOptions _
) As System.Integer
パラメータ
- what
- 検索する文字列。
- replacement
- 置換後の文字列。
- options
- 置換するオプション。
戻り値の型
置き換えられたセルの数。
参照