content property

List<Cell> content
getter/setter pair

Flat list of cells in row-major order (length = area.width * area.height).

Implementation

List<Cell> content;