선택된 열들의 목록을 가져옵니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public SelectedRowCollection SelectedRows { get; }
Visual Basic
Public ReadOnly Property SelectedRows As SelectedRowCollection
	Get
Visual C++
public:
property SelectedRowCollection^ SelectedRows {
	SelectedRowCollection^ get ();
}

Remarks

각 요소는 현재 화면상에 보여지는 순서로 이루어져있습니다.

See Also