DataGridViewImageCell.ValueType Property
Gets or sets the data type of the values in the cell.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
When retrieving this property, if the ValueType for the cell has not been set, then the DataGridViewColumn.ValueType for the owning column is used, if it exists. If no owning column exists, the default value type is used, which is the Image type if the ValueIsIcon property is set to false and the Icon type otherwise.
The Value is the actual data object contained in the cell, whereas the FormattedValue property is the formatted representation of this object. The ValueType and FormattedValueType properties correspond to the data types of these values, respectively.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.