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