cells property

Retrieves a collection of all cells in the table row.

MDN Reference

Implementation

_i3.HTMLCollectionOf<_i3.HTMLTableCellElement> get cells => _i4.getProperty(
      this,
      'cells',
    );