Remove Method (XLRowCollection)
Removes an
XLRow object from the collection.
'Declaration
Public Function Remove( _
ByVal As XLRow _
) As XLRow
Parameters
- row
- Item to be removed from the collection.
Return Value
A reference to the item that was removed.