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입니다.

특성

설명

의 기본 형식 CellTemplate 입니다 DataGridViewCell. 실제 파생 형식을 확인 하려면이 속성을 사용 합니다.

적용 대상

추가 정보