TableLayoutStyleCollection::RemoveAt Method (Int32)
.NET Framework (current version)
Removes the style at the specified index of the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index of the TableLayoutStyle to be removed.
Implements
IList::RemoveAt(Int32)This method cannot be overridden.
Before the TableLayoutStyle is removed, it is disassociated from its TableLayoutPanel container. As a result, the table layout is reapplied to all the controls in the panel.
.NET Framework
Available since 2.0
Available since 2.0
Show: