[]
        
(Showing Draft Content)

C1.Excel.XLRowCollection.Remove

Remove Method

Remove(XLRow)

Removes an XLRow object from the collection.

Declaration
public XLRow Remove(XLRow row)
Parameters
Type Name Description
XLRow row

Item to be removed from the collection.

Returns
Type Description
XLRow

A reference to the item that was removed.