ChangeObjectCollectionTRemoveRange Method
Remove a range of items from the collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public void RemoveRange(
int index,
int count
)
Public Sub RemoveRange (
index As Integer,
count As Integer
)
No code example is currently available or this language may not be supported.
Parameters
- index Int32
-
The index at which to begin removing.
- count Int32
-
The count of items to remove.