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

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 MaxHeight { get; set; }
Visual Basic
Public Property MaxHeight As Integer
	Get
	Set
Visual C++
public:
property int MaxHeight {
	int get ();
	void set (int value);
}

Exceptions

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

See Also