Row.setDivider

Sets all the cells in this row to be dividers, optionally with some empty cells at the left.

class Row
void
setDivider
(
size_t empty_cells_at_left = 0
)

Parameters

empty_cells_at_left size_t

number of empty cells to leave at the left of the row (all others will be dividers)

Meta