setRowHeight

fun setRowHeight(rowIndex: Int, rowHeight: Number)

Manually set row height of one row. Overrides automatic resizing based on content from this row.

See also

Parameters

rowIndex

Target row.

rowHeight

New row height. Use ROW_HEIGHT_AUTO to restore automatic resizing behaviour.

Throws

If value was negative.