DataGridViewHeaderCell.FormattedValueType プロパティ

定義

セルの書式指定済みの値の型を取得します。

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

プロパティ値

Type

Type 型を表す String オブジェクト。

注釈

プロパティは Value セルに含まれる実際のデータ オブジェクトですが FormattedValue 、プロパティはデータの書式設定された表現です。 プロパティはValueTypeFormattedValueType、これらの値のデータ型にそれぞれ対応します。

適用対象

こちらもご覧ください