GetRows Method (DomTable)

Class

DomTable.

Action

Returns a list of rows (DomTableRows).

Syntax

C#
rows = table.GetRows()
VB
rows = table.GetRows()
Variable Description
rows List(Of DomTableRow).