Row::IsSelected의 값을 true로 설정하고 목록에 추가합니다.

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

Syntax

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

Parameters

row
Type: Ntreev.Windows.Forms.Grid..::..Row

[Missing <param name="row"/> documentation for "M:Ntreev.Windows.Forms.Grid.SelectedRowCollection.Add(Ntreev.Windows.Forms.Grid.Row)"]

Remarks

Row::IsSelected 의 값이 이미 true였다면 아무런 동작이 일어나지 않습니다. 이 메서드는 Row::IsSelected = true 와 동일한 작업을 수행합니다.

See Also