DataGridViewColumn.CellType プロパティ

定義

セル テンプレートのランタイム型を取得します。

public:
 property Type ^ CellType { Type ^ get(); };
[System.ComponentModel.Browsable(false)]
public Type CellType { get; }
[<System.ComponentModel.Browsable(false)>]
member this.CellType : Type
Public ReadOnly Property CellType As Type

プロパティ値

Type

この列のテンプレートとして使用される TypeDataGridViewCell。 既定値は、null です。

属性

注釈

の基本型 CellTemplateDataGridViewCell. このプロパティを使用して、実際の派生型を決定します。

適用対象

こちらもご覧ください