TableFrom メソッド
Loads the data from the source. Can be an excel address or a range.

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As Table
Dim source As Object
Dim hasHeaders As Boolean
Dim returnValue As Table

returnValue = instance.From(source, hasHeaders)

パラメータ

source
型: SystemObject
hasHeaders(省略可)
型: SystemBoolean

戻り値

型: Table
Table
参照