getCell method

TableCell getCell(
  1. VectorDefinition position
)

Implementation

TableCell getCell(VectorDefinition position) =>
    cells[position] ?? TableCell();