셀의 위치를 마지막 열로 이동하고 선택합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public void LastRow( SelectionRange range ) |
Visual Basic |
---|
Public Sub LastRow ( _ range As SelectionRange _ ) |
Visual C++ |
---|
public: void LastRow( SelectionRange range ) |
Parameters
- range
- Type: Ntreev.Windows.Forms.Grid..::..SelectionRange
선택 범위를 나타내는 SelectionRange입니다.