Wimark.Controls Class Library  

DataGridViewColumn.CellValueType Property

Gets or sets the data type of the values in the column's cells.

[Visual Basic]
Public Property CellValueType As Type 
[C#]
public Type CellValueType {get; set;}
[C++]
public: __property Type* get_CellValueType();
public: __property void set_CellValueType(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

DataGridViewColumn Class | DataGridViewColumn Members | Wimark.Controls Namespace