Excel for UWP/WinRT
Value プロパティ (XLCell)

セルに格納されている値を取得または設定します。
構文
'宣言
 
Public Property Value As System.Object
public System.object Value {get; set;}
解説

この値は、文字列、数値、ブール値、DateTime、または null オブジェクトを含むことができます。その他の型のオブジェクトを Excel ファイルに保存することはできません。

DateTime 値は内部で double 値に変換され、double 値としてシートに格納されます。Excel での DateTime 値と double 値の違いは、セルに関連付けられた書式設定の方法(XLStyle.Format プロパティ)だけです。

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

参照

関連項目

XLCell クラス
XLCell メンバ

Send Feedback