The SelectedRowCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd(Row)
Row::IsSelected의 값을 true로 설정하고 목록에 추가합니다.
Public methodAdd(Row, Column)
Row::IsSelected의 값을 true로 설정하고 목록에 추가하고 focus행에 해당하는 셀의 포커스를 설정합니다.
Public methodClear
모든 Row::IsSelected 의 값을 false로 설정하고 제거합니다.
Public methodGetEnumerator
컬렉션을 반복하는 열거자를 가져옵니다.
Public methodRemove
Row::IsSelected의 값을 false로 설정하고 목록에 제거합니다.
Public methodToString
현재 Object를 나타내는 String을 반환합니다.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyCount
항목의 갯수를 가져옵니다.
Public propertyItem
지정한 인덱스에 있는 Row를 가져옵니다.

See Also