TableLayoutSettings::RowStyles Property

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property TableLayoutRowStyleCollection^ RowStyles {
	TableLayoutRowStyleCollection^ get();
}

Property Value

Type: System.Windows.Forms::TableLayoutRowStyleCollection^

A System.Windows.Forms::TableLayoutRowStyleCollection that contains the row styles for the layout table.

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

.NET Framework
Available since 2.0
Return to top
Show: