Deletes a row at the specified index.
index The index of the row to delete.
After deleting a System.Data.DataRow, its state changes to DataViewRowState.Deleted. You can roll back the deletion by calling DataTable.RejectChanges on the System.Data.DataTable.