[]
        
(Showing Draft Content)

C1.Win.FlexGrid.RowCollection.InsertRange

InsertRange Method

InsertRange(int, int)

Adds a range of rows to the collection at a specified position.

Declaration
public void InsertRange(int index, int count)
Parameters
Type Name Description
int index

The position where the new range will be inserted.

int count

The number of rows to add.