ActiveReports for .NET 18.0J
GetExcelFormatAndValue メソッド

GrapeCity.SpreadBuilder 名前空間 > FormatConverter クラス : GetExcelFormatAndValue メソッド
ActiveReportsのOutputFormat。
フォーマットで使用されるカルチャ ID。
フォーマットで使用される通貨記号。
ActiveReportsのValue。
書式付きテキスト。
ExcelのNumberFormat文字列に変換して出力します。
ExcelのValueに変換された値を出力します。
ActiveReportsのTextBoxのOutputFormatとValueをExcelのNumberFormatとValueに変換します。
シンタックス
'宣言
 
Public Shared Sub GetExcelFormatAndValue( _
   ByVal outputFormat As String, _
   ByVal cultureId As Integer, _
   ByVal currencyCultureId As Integer, _
   ByVal value As Object, _
   ByVal outputText As String, _
   ByRef excelFormat As String, _
   ByRef excelValue As Object _
) 
public static void GetExcelFormatAndValue( 
   string outputFormat,
   int cultureId,
   int currencyCultureId,
   object value,
   string outputText,
   out string excelFormat,
   out object excelValue
)

パラメータ

outputFormat
ActiveReportsのOutputFormat。
cultureId
フォーマットで使用されるカルチャ ID。
currencyCultureId
フォーマットで使用される通貨記号。
value
ActiveReportsのValue。
outputText
書式付きテキスト。
excelFormat
ExcelのNumberFormat文字列に変換して出力します。
excelValue
ExcelのValueに変換された値を出力します。
参照

FormatConverter クラス
FormatConverter メンバ