TableLayoutSettings::RowStyles Property
.NET Framework (current version)
Gets the collection of styles used to determine the look and feel of the table layout rows.
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
Available since 2.0
Show: