バージョン

GetCustomizedString メソッド (ExcelResourceCustomizer)

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

パラメータ

name
カスタマイズされた文字列リソース名。

戻り値の型

カスタマイズした文字列。リソースがカスタマイズされていなければ null。
参照

オンラインで表示: GitHub