See Also: TableLayoutStyleCollection Members
The System.Windows.Forms.TableLayoutStyleCollection class represents the collection of all the styles used to describe the columns or rows in an associated System.Windows.Forms.TableLayoutPanel. Classes derived from System.Windows.Forms.TableLayoutStyleCollection are specialized as follows:
A System.Windows.Forms.TableLayoutColumnStyleCollection aggregates column styles as a collection of System.Windows.Forms.ColumnStyle objects.
A System.Windows.Forms.TableLayoutRowStyleCollection aggregates row styles as a collection of System.Windows.Forms.RowStyle objects.
Most of the members of System.Windows.Forms.TableLayoutStyleCollection are implementations of IList.