DataGridViewButtonCell.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,它表示单元格格式化值的类型。

适用于

另请参阅