열의 높이를 가져오거나 설정합니다.

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

Syntax

C#
public int Height { get; set; }
Visual Basic
Public Property Height As Integer
	Get
	Set
Visual C++
public:
property int Height {
	int get ();
	void set (int value);
}

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException 매개변수가 0보다 작을 경우
System..::..ArgumentOutOfRangeException 매개변수가 MinHeight보다 작거나 MaxHeight보다 클경우

See Also