cells property

List<ForgeCell> cells
getter/setter pair

The cells inside the row. Order of the cells must be the same of the declared columns

Implementation

List<ForgeCell> cells;