RemoveAt Method (XLRowCollection)
Removes the
XLRow object at a given position from the collection.
'Declaration
Public Function RemoveAt( _
ByVal As System.Integer _
) As XLRow
public XLRow RemoveAt(
System.int
)
Parameters
- index
- Index of the item to remove from the collection.
Return Value
A reference to the item that was removed from the collection.