getBoxIndex

fun Dimension.getBoxIndex(row: Int, col: Int): Int

Returns the box index (within the range 0 to Dimension.boxes - 1) for a given cell at the specified row and column.

Throws an IllegalArgumentException with a specific message if the provided row or column index is invalid.