isInRange

fun isInRange(columnIndex: Int): Boolean

Checks if the given column index is within the range.

Return

true if the column index is within the range, false otherwise.

Parameters

columnIndex

The index of the column to check.