DataGridViewHeaderCell.ValueType プロパティ
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Dim instance As DataGridViewHeaderCell Dim value As Type value = instance.ValueType instance.ValueType = value
public: virtual property Type^ ValueType { Type^ get () override; void set (Type^ value) override; }
/** @property */ public Type get_ValueType () /** @property */ public void set_ValueType (Type value)
public override function get ValueType () : Type public override function set ValueType (value : Type)
String 型を表す Type オブジェクト。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- DataGridViewHeaderCell.ValueType プロパティのページへのリンク