ComponentOne Studio for WinRT XAML
FormatXLToDotNet(String,CultureInfo) メソッド

変換する Excel 形式の書式。
System.Globalization.CultureInfo オブジェクト。
Excel 形式の書式文字列を .NET 形式の書式文字列に変換します。
構文
'宣言
 
Public Overloads Shared Function FormatXLToDotNet( _
   ByVal fmt As System.String, _
   ByVal culture As System.Globalization.CultureInfo _
) As System.String
public static System.string FormatXLToDotNet( 
   System.string fmt,
   System.Globalization.CultureInfo culture
)

パラメータ

fmt
変換する Excel 形式の書式。
culture
System.Globalization.CultureInfo オブジェクト。

戻り値の型

.NET 形式の書式文字列。
参照

XLStyle クラス
XLStyle メンバ
オーバーロード一覧

 

 


Copyright © GrapeCity inc. All rights reserved.