[]
Removes the XLRow object at a given position from the collection.
public XLRow RemoveAt(int index)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the item to remove from the collection. |
| Type | Description |
|---|---|
| XLRow | A reference to the item that was removed from the collection. |