isValidAddress

abstract fun isValidAddress(row: Int, column: Int): Boolean

Returns true if row and column are valid coordinates for the current grid specifications.