현재의 열에서 첫번째 셀로 이동합니다.

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

Parameters

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

Remarks

Frozen된 행이 있다면 Frozen된 행을 제외한 첫번째 셀로 이동합니다.

See Also