バージョン

AddExcelCellFormatMapping メソッド

指定されたセル書式文字列をデータが表示されるときに使用される形式文字列にマップします。
シンタックス
'宣言
 
Public Shared Sub AddExcelCellFormatMapping( _
   ByVal excelCellFormat As String, _
   ByVal systemValueFormat As String _
) 
public static void AddExcelCellFormatMapping( 
   string excelCellFormat,
   string systemValueFormat
)

パラメータ

excelCellFormat
excel セル書式文字列。
systemValueFormat
システムで使用される書式文字列。
参照