[]
        
(Showing Draft Content)

C1.Win.C1List.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.