Creates a new
XLColumn object and inserts it at a specific position in the collection.
'Declaration
Public Overloads Function Insert( _
ByVal As System.Integer _
) As XLColumn
public XLColumn Insert(
System.int
)
Parameters
- index
- Position where the new item will be inserted.
Return Value
A reference to the new item.