setRowHeights

fun setRowHeights(rowHeight: Number)

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

See also

Parameters

rowHeight

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

Throws

If Array size does not match row count or values were negative.


fun setRowHeights(rowHeights: DoubleArray)

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

See also

Parameters

rowHeights

New row heights. Array index 0 get applied for the first row etc. Use ROW_HEIGHT_AUTO to restore automatic resizing behaviour.

Throws

If Array size does not match row count or values were negative.