column Indexes
fun columnIndexes(headerRowIndex: Int, headerRowColumnIndex: Int, subColumnCount: Int = numberOfSubColumns(headerRowIndex)): Pair<Int, Int>
Calculates the column indexes for a given header row and column index.
Return
start and end indexes of the columns
Parameters
header Row Index
The index of the header row.
header Row Column Index
The index of the header row column.
sub Column Count
The number of sub columns for a given header row.