Table.setColSpacing

Alters the amount of space between a given table column and the following column.

class Table
void
setColSpacing
(
uint column
,
uint spacing
)

Parameters

column uint

the column whose spacing should be changed.

spacing uint

number of pixels that the spacing should take up.

Meta