TableLayoutRowStyleCollection::Remove Method (RowStyle^)
.NET Framework (current version)
Removes the first occurrence of a specific object from the TableLayoutRowStyleCollection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- rowStyle
-
Type:
System.Windows.Forms::RowStyle^
The RowStyle to remove from the TableLayoutRowStyleCollection. The value can be null.
The Remove method reapplies the table layout to all the controls in the current TableLayoutPanel container.
In collections of contiguous elements, such as the TableLayoutRowStyleCollection class, the elements that follow the deletion point move up to occupy the vacated spot. The indexes of the elements that are moved are also updated.
.NET Framework
Available since 2.0
Available since 2.0
Show: