열을 선택합니다.

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 Select(
	SelectionType selectionType
)
Visual Basic
Public Sub Select ( _
	selectionType As SelectionType _
)
Visual C++
public:
void Select(
	SelectionType selectionType
)

Parameters

selectionType
Type: Ntreev.Windows.Forms.Grid..::..SelectionType
열을 선택하기 위한 방법을 지정합니다.

See Also