[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.SelectedRowCollection.Add

Add Method

Add(int)

Adds a row to the end of the collection.

Declaration
public int Add(int row)
Parameters
Type Name Description
int row

Row number to add.

Returns
Type Description
int

The index at which the row has been added.

Add(int[])

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

Declaration
public void Add(int[] rows)
Parameters
Type Name Description
int[] rows

The range of rows' numbers to add.