Method RemoveAt
| Improve this Doc View SourceRemoveAt(Int32)
Removes DataRow at specified index.
Declaration
public void RemoveAt(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The specified index. |
Implements
System.Collections.Generic.IList<T>.RemoveAt(System.Int32)