[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ColumnCollection.InsertRange

InsertRange Method

InsertRange(int, int)

Adds a range of Column objects 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 columns to add.