TableLayoutSettings::ColumnStyles Property
.NET Framework (current version)
Gets the collection of styles used to determine the look and feel of the table layout columns.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property TableLayoutColumnStyleCollection^ ColumnStyles { TableLayoutColumnStyleCollection^ get(); }
Property Value
Type: System.Windows.Forms::TableLayoutColumnStyleCollection^A System.Windows.Forms::TableLayoutColumnStyleCollection that contains the column styles for the layout table.
Use the ColumnStyles property to access the style properties of specific columns. The order of the styles in a System.Windows.Forms::TableLayoutColumnStyleCollection matches the order of the corresponding columns in the layout table.
.NET Framework
Available since 2.0
Available since 2.0
Show: