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

TableRowCollection Class

A collection of the TableRow objects.

Declaration

export class TableRowCollection extends Collection<TableRow>

Remarks

An object of this class can be accessed by the rows property.

Inherited Members

Inheritance

Collection<T>
TableRowCollection