Row::IsSelected의 값을 false로 설정하고 목록에 제거합니다.
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 row ) |
Visual Basic |
---|
Public Overridable Function Remove ( _ row As Row _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Remove( Row^ row ) |
Parameters
- row
- Type: Ntreev.Windows.Forms.Grid..::..Row
[Missing <param name="row"/> documentation for "M:Ntreev.Windows.Forms.Grid.SelectedRowCollection.Remove(Ntreev.Windows.Forms.Grid.Row)"]
Return Value
[Missing <returns> documentation for "M:Ntreev.Windows.Forms.Grid.SelectedRowCollection.Remove(Ntreev.Windows.Forms.Grid.Row)"]
Remarks
Row::IsSelected 의 값이 이미 false였다면 아무런 동작이 일어나지 않습니다.
이 메서드는 Row::IsSelected = false 와 동일한 작업을 수행합니다.