Table.rows Property
In This Article
Provides access to a collection of table rows.
#Declaration
TypeScript
get rows(): TableRow[]
#Property Value
Type | Description |
---|---|
Table |
An array of Table |
See Also