[]
        
(Showing Draft Content)

C1.WPF.Excel.XLColumnCollection.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes the XLColumn object at a given position from the collection.

Declaration
public XLColumn RemoveAt(int index)
Public Function RemoveAt(index As Integer) As XLColumn
Parameters
Type Name Description
int index

Index of the item to remove from the collection.

Returns
Type Description
XLColumn

A reference to the item that was removed from the collection.