HeaderCellRange

data class HeaderCellRange(val size: Int, val firstIndex: Int, val lastIndex: Int)

Represents a range of header cells.

Constructors

Link copied to clipboard
constructor(size: Int, firstIndex: Int, lastIndex: Int)

Properties

Link copied to clipboard

The first index of the range.

Link copied to clipboard

The last index of the range.

Link copied to clipboard
val size: Int

The size of the range.

Functions

Link copied to clipboard
fun isInRange(columnIndex: Int): Boolean

Checks if the given column index is within the range.