Table.setRowSpacing

Changes the space between a given table row and the subsequent row.

class Table
void
setRowSpacing
(
uint row
,
uint spacing
)

Parameters

row uint

row number whose spacing will be changed.

spacing uint

number of pixels that the spacing should take up.

Meta