[]
        
(Showing Draft Content)

C1.Excel.XLRowCollection.RemoveAt

RemoveAt Method

RemoveAt(int)

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

Declaration
public XLRow RemoveAt(int index)
Parameters
Type Name Description
int index

Index of the item to remove from the collection.

Returns
Type Description
XLRow

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