[]
        
(Showing Draft Content)

C1.Win.List.SelectedRowCollection

SelectedRowCollection Class

Represents a collection of Selected rows.

Inheritance
SelectedRowCollection
Namespace: C1.Win.List
Assembly: C1.Win.List.8.dll
Syntax
public class SelectedRowCollection : CollectionBase, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the specified Row index from the collection.

Methods

Name Description
Add(int)

Adds a row to the end of the collection.

Clear()

Removes all elements from the collection.

Contains(int)

Determines whether the collection contains the specified row.

IndexOf(int)

Gets the index of the specified row.

Insert(int, int)

Inserts a row at the specified index.

RemoveAt(int)

Removes the row at the specified index.