DataTableCollection::RemoveAt Method (Int32)
.NET Framework (current version)
Removes the DataTable object at the specified index from the collection.
Assembly: System.Data (in System.Data.dll)
Parameters
- index
-
Type:
System::Int32
The index of the DataTable to remove.
| Exception | Condition |
|---|---|
| ArgumentException | The collection does not have a table at the specified index. |
The CollectionChanged event occurs when a table is successfully removed.
.NET Framework
Available since 1.1
Available since 1.1
Show: