Skip to main content

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