Wimark.Controls Class Library  

DataGridViewCell.ValueType Property

Gets or sets the data type of the values in the cell.

[Visual Basic]
Public Property ValueType As Type 
[C#]
public Type ValueType {get; set;}
[C++]
public: __property Type* get_ValueType();
public: __property void set_ValueType(Type*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewCell Class | DataGridViewCell Members | Wimark.Controls Namespace