cellText method

String cellText(
  1. int r,
  2. int c
)

Display string for cell (row, LOGICAL col).

Implementation

String cellText(int r, int c) => columns[c].value(_rows[r]);