Table.setHomogeneous

Changes the homogenous property of table cells, ie. whether all cells are an equal size or not.

More...
class Table
void
setHomogeneous

Parameters

homogeneous bool

Set to TRUE to ensure all table cells are the same size. Set to FALSE if this is not your desired behaviour.

Detailed Description