Gets the Excel range if any asscociated with the column identifier
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As TableRow
Dim identifier As Object
Dim returnValue As Object
returnValue = instance.Cell(identifier)
Parameters
- identifier
- Type: SystemObject
Name of the colum or index
Return Value
Type:
Object
See Also