Skip to main content

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