addColumns

fun addColumns(columnIndex: Int, count: Int = 1)

Adds the desired amount of columns between column columnIndex - 1 and columnIndex. New columns get null-initialized.

See also

Parameters

columnIndex

Index on which the new column should be added

count

Column count to be added. Default: 1