cells property

List<DataCell> cells
final

The data for this row.

There must be exactly as many cells as there are columns in the table.

Implementation

final List<DataCell> cells;