ChangeObjectCollectionTRemoveAt Method
Remove the item at the specified ordinal index of the collection.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
No code example is currently available or this language may not be supported.
Parameters
- index Int32
-
The 0-based index at which the item will be removed.