TableLayoutStyleCollection Class
Implements the basic functionality for a collection of table layout styles.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The TableLayoutStyleCollection class represents the collection of all the styles used to describe the columns or rows in an associated TableLayoutPanel. Classes derived from TableLayoutStyleCollection are specialized as follows:
A TableLayoutColumnStyleCollection aggregates column styles as a collection of ColumnStyle objects.
A TableLayoutRowStyleCollection aggregates row styles as a collection of RowStyle objects.
Most of the members of TableLayoutStyleCollection are implementations of IList.
System.Windows.Forms.TableLayoutStyleCollection
System.Windows.Forms.TableLayoutColumnStyleCollection
System.Windows.Forms.TableLayoutRowStyleCollection
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.