컬렉션에서 열을 제거합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public virtual bool Remove( Row item ) |
Visual Basic |
---|
Public Overridable Function Remove ( _ item As Row _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Remove( Row^ item ) |
Parameters
- item
- Type: Ntreev.Windows.Forms.Grid..::..Row
삭제할 Row입니다.
Return Value
제거가 완료되면 true를 반환하고, 그렇지 않으면 false를 반환합니다.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | row가 null일경우 발생합니다. |
System..::..ArgumentException | 이미 제거가 된 경우 또는 제거할 수 없는 특수한 열일 경우 |