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

TableCellCollection Class

A collection of the TableCell objects.

Declaration

export class TableCellCollection extends Collection<TableCell>

Remarks

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

Inherited Members

Inheritance

Collection<T>
TableCellCollection