Insert Method (ColumnCollection)
Adds a new
Column object to this collection at a specified position.
'Declaration
Public Function Insert( _
ByVal 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.