[]
Removes an XLRow object from the collection.
public XLRow Remove(XLRow row)
Public Function Remove(row As XLRow) As XLRow
| Type | Name | Description |
|---|---|---|
| XLRow | row | Item to be removed from the collection. |
| Type | Description |
|---|---|
| XLRow | A reference to the item that was removed. |