セル内の値のデータ型を取得または設定します。

Namespace: YiaoWang.Windows.Forms
Assembly: YiaoWang.Windows.Forms (YiaoWang.Windows.Forms.dll 内) バージョン: 2.11.5.7 (2.11.5.7)

Syntax

C#
public override Type ValueType { get; }
Visual Basic
Public Overrides ReadOnly Property ValueType As Type
	Get

Field Value

セル内の値のデータ型を表す Type。

Return Value

Remarks

Return the type of the value that CalendarCell contains.

See Also