バージョン

DisplayFormat プロパティ

このインスタンスのセル値の書式設定に使用する文字列を取得または設定します。
シンタックス
'宣言
 
Public Property DisplayFormat As String
public string DisplayFormat {get; set;}
解説

数値データ型のメジャーの場合、このプロパティのデフォルト値は、次の表に示すように、関連する型の理想値です。

タイプ 書式指定子
System.Byte (byte) "d"
System.SByte (sbyte) "d"
System.Int16 (short) "d"
System.Int32 (int) "d"
System.Int64 (long) "d"
System.UInt16 (ushort) "d"
System.UInt32 (uint) "d"
System.UInt64 (ulong) "d"
System.Single (float) "f"
System.Double (double) "f"
System.Decimal (decimal) "c"

参照