Excel for UWP/WinRT
FormatXLToDotNet(String) メソッド

変換する Excel 形式の書式。
Excel 形式の書式文字列を .NET 形式の書式文字列に変換します。
構文
'宣言
 
Public Overloads Shared Function FormatXLToDotNet( _
   ByVal fmt As System.String _
) As System.String
public static System.string FormatXLToDotNet( 
   System.string fmt
)

パラメータ

fmt
変換する Excel 形式の書式。

戻り値の型

.NET 形式の書式文字列。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

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

Send Feedback