Excel for UWP/WinRT
Format プロパティ

この XLStyle に関連付けられた書式を取得または設定します。
構文
'宣言
 
Public Property Format As System.String
public System.string Format {get; set;}
解説

Excel が使用する書式は、.NET に似ていますが、同じではありません。書式文字列の作成方法の詳細については、Excel のマニュアルを参照してください。

一般的な Excel 書式文字列と .NET 書式文字列の変換には、FormatXLToDotNet(String) メソッドと FormatDotNetToXL(String) メソッドを使用します。

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