Insert a value at index
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As List
Dim index As Integer
Dim value As Object
instance.Insert(index, value)
Parameters
- index
- Type: SystemInt32
Index (Zero based) - value
- Type: SystemObject
Value
Implements
IListInsert(Int32, Object)
See Also