Can tables automatically resize cell widths

I want to create a table and then set the column width of a couple of columns to be greater than the rest. How can I make the table automatically resize the other columns so that the table over all width remains the same.

harry

Dear Harry,

No, it doesn’t. You will have to make them resize yourself with Table.SetColumnWidth() method.