find

abstract override fun find(key: String?): Cell?

Finds a Cell by key

Return

the Cell if found, null otherwise

Parameters

key

can be the Column.id or Column.title of the particular Cell