cells property

Iterable<T> cells

Cells in the grid.

The order of the cells are based on the grid's internal memory layout.

See also:

  • rows; for an iterable of rows.
  • columns; for an iterable of columns.
  • indexed; for an iterable of indexed cells (with x, y coordinates).

Implementation

Iterable<T> get cells;