GetRows メソッド (DomTable)

クラス

DomTable.

処理

行 (DomTableRow) のリストを返します。

構文

C#
rows = table.GetRows()
VB
rows = table.GetRows()
変数 説明
rows List(Of DomTableRow)