ChangeObjectCollectionTRemoveAt Method
Remove the item at the specified ordinal index of the collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
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.