文書の指定した文字列を全て置換します。

Namespace: YiaoWang.Vender.Office
Assembly: YiaoWang.Vender.Office (YiaoWang.Vender.Office.dll 内) バージョン: 2.11.5.7 (2.11.5.7)

Syntax

C#
public void Replace(
	string fromWord,
	string toWord
)
Visual Basic
Public Sub Replace ( _
	fromWord As String, _
	toWord As String _
)

Parameters

fromWord
Type: System..::..String
検索する文字列。
toWord
Type: System..::..String
置換後の文字列。

Remarks