[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.RowCollection.Insert

Insert Method

Insert(int)

Adds a new Row object to the collection at a specified position.

Declaration
public Row Insert(int index)
Parameters
Type Name Description
int index

The position where the new row will be inserted.

Returns
Type Description
Row

A reference to the Row that was added to the collection.