System.Windows.Forms.TableLayoutSettings.ColumnStyles Property

Gets the collection of styles used to determine the look and feel of the table layout columns.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public TableLayoutColumnStyleCollection ColumnStyles { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the TableLayoutSettings.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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0