TableLayoutRowStyleCollection::Add Method (RowStyle^)
.NET Framework (current version)
Adds a new RowStyle to the TableLayoutRowStyleCollection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- rowStyle
-
Type:
System.Windows.Forms::RowStyle^
The RowStyle to add to the TableLayoutRowStyleCollection.
The Add method reapplies the table layout to all the controls in the current TableLayoutPanel container.
The number of styles stored in a collection is limited only by available memory.
.NET Framework
Available since 2.0
Available since 2.0
Show: