Skip to main content
A newer version of this page is available. .

Table.rows Property

Provides access to a collection of table rows.

Declaration

rows: TableRow[]

Property Value

Type Description
TableRow[]

An array of TableRow objects storing information about individual table rows.

See Also