현재의 열에서 마지막 셀로 이동합니다.

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

Parameters

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

See Also