historyCell method
Resolves the history cell at zero-based column x and row y.
Implementation
VtGridRefSnapshot historyCell(int x, int y) => gridRef(VtPoint.history(x, y));
Resolves the history cell at zero-based column x and row y.
VtGridRefSnapshot historyCell(int x, int y) => gridRef(VtPoint.history(x, y));