historyCell method

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

Resolves the history cell at zero-based column x and row y.

Implementation

VtGridRefSnapshot historyCell(int x, int y) => gridRef(VtPoint.history(x, y));