TableFrom Method
Loads the data from the source. Can be an excel address or a range.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Table
Dim source As Object
Dim hasHeaders As Boolean
Dim returnValue As Table

returnValue = instance.From(source, hasHeaders)

Parameters

source
Type: SystemObject
hasHeaders (Optional)
Type: SystemBoolean

Return Value

Type: Table
Table
See Also