ListRemoveAt Method
Remove the value at index

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As List
Dim index As Integer

instance.RemoveAt(index)

Parameters

index
Type: SystemInt32
Index (Zero based)

Implements

IListRemoveAt(Int32)
See Also