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