addRows

fun addRows(rowIndex: Int, count: Int = 1)

Adds the desired amount of rows between row rowIndex and rowIndex + 1. New rows get null-initialized.

See also

Parameters

rowIndex

Index after which the new row should be added

count

Count of rows to be added. Default: 1