TableLayoutStyleCollection Class
Assembly: System.Windows.Forms (in system.windows.forms.dll)
'Declaration Public MustInherit Class TableLayoutStyleCollection Implements IList, ICollection, IEnumerable 'Usage Dim instance As TableLayoutStyleCollection
public abstract class TableLayoutStyleCollection implements IList, ICollection, IEnumerable
public abstract class TableLayoutStyleCollection implements IList, ICollection, IEnumerable
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 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.