[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.SelectedRowCollection

SelectedRowCollection Class

Represents a collection of Selected rows.

Inheritance
SelectedRowCollection
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.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.

Add(int[])

Adds a range of rows to the end of the collection.

Clear()

Removes all elements from the collection.

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.