System.Windows.Forms.TableLayoutSettings.RowStyles Property

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

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public TableLayoutRowStyleCollection RowStyles { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the TableLayoutSettings.RowStyles property to access the style properties of specific rows. The order of the styles in a System.Windows.Forms.TableLayoutRowStyleCollection matches the order of the corresponding rows 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