row

abstract fun row(vararg cells: Any?, init: RowBuilder.() -> Unit = {})

Add a row with one or more cells.


abstract fun row(init: RowBuilder.() -> Unit)

Add a row.