numberOfColumns

fun numberOfColumns(rowIndex: Int): Int

Calculates the number of columns for a given row index.

Return

The total number of columns.

Parameters

rowIndex

The index of the row.