cells property
HTMLCollectionOf<HTMLTableCellElement>
get
cells
Retrieves a collection of all cells in the table row.
Implementation
_i3.HTMLCollectionOf<_i3.HTMLTableCellElement> get cells => _i4.getProperty(
this,
'cells',
);