find

abstract fun find(key: String?): Column?

Looks for a column and returns it.

Return

the column or null if the column was not found

Parameters

key

the title or id of the column to find