Bearbeiten

DataGridViewHeaderCell.FormattedValueType Property

Definition

Gets the type of the formatted value of the cell.

public:
 virtual property Type ^ FormattedValueType { Type ^ get(); };
public override Type FormattedValueType { get; }
member this.FormattedValueType : Type
Public Overrides ReadOnly Property FormattedValueType As Type

Property Value

A Type object representing the String type.

Remarks

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.

Applies to

See also