TableLayoutColumnStyleCollection::Remove Method (ColumnStyle^)
.NET Framework (current version)
Removes the first occurrence of a specific ColumnStyle from the TableLayoutColumnStyleCollection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- columnStyle
-
Type:
System.Windows.Forms::ColumnStyle^
The ColumnStyle to remove from the TableLayoutColumnStyleCollection. 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 TableLayoutColumnStyleCollection 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: