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
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,
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
No, it doesn’t. You will have to make them resize yourself with Table.SetColumnWidth() method.