cellAt method
- int column
Implementation
VtRenderCellSnapshot cellAt(int column) {
RangeError.checkValidIndex(column, cells, 'column', cells.length);
return cells[column];
}
VtRenderCellSnapshot cellAt(int column) {
RangeError.checkValidIndex(column, cells, 'column', cells.length);
return cells[column];
}