cellAt method
- int x
Returns the cell at zero-based column x.
Implementation
VtRenderCellSnapshot cellAt(int x) {
select(x);
return current;
}
Returns the cell at zero-based column x.
VtRenderCellSnapshot cellAt(int x) {
select(x);
return current;
}