[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ColumnCollection.Insert

Insert Method

Insert(int)

Adds a new Column object to this collection at a specified position.

Declaration
public Column Insert(int index)
Public Function Insert(index As Integer) As Column
Parameters
Type Name Description
int index

The position where the new column will be inserted.

Returns
Type Description
Column

A reference to the Column that was inserted to the collection.