Table クラス
HTML テーブルをセル単位で読み取り、Excel への書き出しやセル更新など表形式データを扱うためのクラスです。
継承階層
SystemObject
  SeleniumTable

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

Table には次のメンバーが定義されています。

コンストラクター
  名前説明
公開メソッドTable
Creates a new Table object.
ページ先頭
メソッド
  名前説明
公開メソッドDispose
リソースを解放します。
公開メソッドFrom
Loads the data from the source. Can be an excel address or a range.
公開メソッドGetEnumerator
For Each enumerator
公開メソッドToExcel
値を Excel にコピーします。宛先はアドレス、ワークシート、または範囲にできます。
公開メソッドValues
値を 2 次元配列で返します。
公開メソッドWhere
Filter the rows using the given SQL like expression.
ページ先頭
プロパティ
  名前説明
公開プロパティCount
Returns the number of rows
公開プロパティItem
Gets the row at the the given index (One based).
ページ先頭
参照