activeCell method

VtGridRefSnapshot activeCell(
  1. int x,
  2. int y
)

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));