[]
        
(Showing Draft Content)

C1.Win.FlexGrid.RowCollection.Insert

Insert Method

Insert(int)

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

Declaration
public Row Insert(int index)
Public Function Insert(index As Integer) As Row
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.