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