バージョン

SetCustomizedString メソッド (ExcelResourceCustomizer)

指定された文字列リソース名によって識別されるカスタマイズされた文字列を設定します。
シンタックス
'宣言
 
Public Sub SetCustomizedString( _
   ByVal name As System.String, _
   ByVal customizedText As System.String _
) 
public void SetCustomizedString( 
   System.string name,
   System.string customizedText
)

パラメータ

name
リセット後、対象の文字列はリソースファイルから読み込みされるようになります。
customizedText
カスタマイズした文字列。null の場合、ResetCustomizedString を呼び出したときと同じ結果になります。
参照

オンラインで表示: GitHub