CurrencyManager::RemoveAt Method (Int32)
.NET Framework (current version)
Removes the item at the specified index.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The index of the item to remove from the list.
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | There is no row at the specified index. |
The following code example uses the RemoveAt method to remove the item at position 0 in the list.
.NET Framework
Available since 1.1
Available since 1.1
Show: