columnWidth

fun columnWidth(column: Int): Int

Calculate the width of the column in the section. It is the maximum width of the column name and all the cells in the column. If section has no column with the given index, returns 0.

Parameters

column

index of the column