get Next Cell
fun getNextCell(cellSelection: TableSelection.CellSelection, successValidation: Boolean): Pair<TableCell, TableSelection.CellSelection>?
Get the next cell to be selected.
Return
The next cell to be selected.
Parameters
cell Selection
The current cell selection.
success Validation
The validation result.