RemoveAt Method (XLColumnCollection)
Removes the
XLColumn object at a given position from the collection.
'Declaration
Public Function RemoveAt( _
ByVal As System.Integer _
) As XLColumn
public XLColumn RemoveAt(
System.int
)
Parameters
- index
- Index of the item to remove from the collection.
Return Value
A reference to the item that was removed from the collection.