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