[]
        
(Showing Draft Content)

C1.WPF.Excel.XLRowCollection.RemoveAt

RemoveAt Method

RemoveAt(int)

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

Declaration
public XLRow RemoveAt(int index)
Public Function RemoveAt(index As Integer) As XLRow
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.