DioDocs for Excel
Replace メソッド

DS.Documents.Excel アセンブリ > GrapeCity.Documents.Excel 名前空間 > IRange インターフェース : Replace メソッド
検索する文字列。
置換後の文字列。
置換するオプション。
数式を検索して置き換えます。このメソッドを使用しても、選択範囲またはアクティブ セルのどちらも変更されません。
シンタックス
'宣言
 
Function Replace( _
   ByVal what As System.Object, _
   ByVal replacement As System.Object, _
   Optional ByVal options As ReplaceOptions _
) As System.Integer
System.int Replace( 
   System.object what,
   System.object replacement,
   ReplaceOptions options
)

パラメータ

what
検索する文字列。
replacement
置換後の文字列。
options
置換するオプション。

戻り値の型

置き換えられたセルの数。
参照

IRange インターフェース
IRange メンバ