System.Windows.Forms 2.0.0.0 System.Object System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.TableLayoutSettings+StyleConverter)) The class is a common base class for the and classes, which describe the appearance and behavior of columns and rows, respectively, in a . The series of styles that represent the current columns and rows in the current table layout are aggregated in a and , respectively. Implements the basic functionality that represents the appearance and behavior of a table layout. Constructor 2.0.0.0 This is the default constructor for the class. It effectively sets the property to . Initializes a new instance of the class. Property 2.0.0.0 System.ComponentModel.DefaultValue(System.Windows.Forms.SizeType.AutoSize) System.Windows.Forms.SizeType To be added. The table layout engine sizes a row or column in one of the following ways: In an absolute number of pixels (). As a percentage of the parent container (). To share equal space with its peers (). Gets or sets a flag indicating how a row or column should be sized relative to its containing table.