C1.Win.C1FlexGrid Namespace / ColumnCollection Class / Insert Method
The position where the new column will be inserted.

In This Topic
Insert Method (ColumnCollection)
In This Topic
Adds a new Column object to this collection at a specified position.
Syntax
'Declaration
 
Public Function Insert( _
   ByVal index As Integer _
) As Column
 

Parameters

index
The position where the new column will be inserted.

Return Value

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