Skip to main content

Table.rows Property

Provides access to a collection of table rows.

Declaration

readonly rows: TableRow[]

Property Value

Type Description
TableRow[]

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

See Also