Gets the row at the the given index (One based).
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As Table
Dim index As Integer
Dim value As Object
value = instance(index)
Parameters
- index
- Type: SystemInt32
Index starting at one.
Return Value
Type:
ObjectTableRow
See Also