getChildAt

open fun getChildAt(column: <Error class: unknown class>, row: <Error class: unknown class>): Widget?

Gets the child of @grid whose area covers the grid cell at @column, @row.

Return

the child at the given position

Parameters

column

the left edge of the cell

row

the top edge of the cell