DataGridViewCell::ValueType Property
.NET Framework (current version)
Gets or sets the data type of the values in the cell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
If the ValueType property for the cell has not been set, the DataGridViewColumn::ValueType property for the owning column is used, if it exists.
The Value property is the actual data object contained by the cell, whereas the FormattedValue property is the formatted representation of the data. The ValueType and FormattedValueType properties correspond to the data types of these values, respectively.
.NET Framework
Available since 2.0
Available since 2.0
Show: