열을 Rows에서 제거 합니다.

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

Syntax

C#
public void RemoveRow(
	Row row
)
Visual Basic
Public Sub RemoveRow ( _
	row As Row _
)
Visual C++
public:
void RemoveRow(
	Row^ row
)

Parameters

row
Type: Ntreev.Windows.Forms.Grid..::..Row
Row의 인스턴스입니다.

Exceptions

ExceptionCondition
System..::..Exception제거할 열의 타입이 InsertionRow일때 발생합니다.
System..::..ArgumentNullException제거할 열의 인스턴스가 null일경우 발생합니다.
System..::..ArgumentException제거할 열이 이미 제거되었거나 사용한적이 없는 열일때 발생합니다.

See Also