TableRowCell Method
Gets the Excel range if any asscociated with the column identifier

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim 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

[Missing <returns> documentation for "M:Selenium.TableRow.Cell(System.Object)"]

See Also