셀의 위치를 첫번째 열로 이동하고 선택합니다.

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 FirstRow(
	SelectionRange range
)
Visual Basic
Public Sub FirstRow ( _
	range As SelectionRange _
)
Visual C++
public:
void FirstRow(
	SelectionRange range
)

Parameters

range
Type: Ntreev.Windows.Forms.Grid..::..SelectionRange
선택 범위를 나타내는 SelectionRange입니다.

See Also