소유한 셀들이 가질 값의 데이터 타입을 가져옵니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
Type DataType { get; }
Visual Basic
ReadOnly Property DataType As Type
	Get
Visual C++
property Type^ DataType {
	Type^ get ();
}

Return Value

데이터 타입을 나타내는 Type입니다.

See Also