I figured it out. I can change the table column by selecting it through
the table, e.g.

column = table.Columns(1)

column.Width = 150

etc etc

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to