ComponentOne FlexGrid for WinForms
Insert Method (ColumnCollection)

C1.Win.C1FlexGrid Namespace > ColumnCollection Class : Insert Method
The position where the new column will be inserted.
Adds a new Column object to this collection at a specified position.
Syntax
'Declaration
 
Public Function Insert( _
   ByVal index As Integer _
) As Column
public Column Insert( 
   int index
)

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

Reference

ColumnCollection Class
ColumnCollection Members