[]
        
(Showing Draft Content)

C1.Excel.XLColumnCollection.RemoveAt

RemoveAt Method

RemoveAt(int)

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

Declaration
public XLColumn RemoveAt(int index)
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.