getColumnClass

abstract fun getColumnClass(columnIndex: Column): KClass<*>?

Returns the most specific superclass for all the cell values in the column.

Return

the common ancestor class of the object values in the model.

Parameters

columnIndex

the index of the column