TableLayoutRowStyleCollection::Insert Method (Int32, RowStyle^)
.NET Framework (current version)
Inserts a RowStyle into the TableLayoutRowStyleCollection at the specified position.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index at which the RowStyle should be inserted.
- rowStyle
-
Type:
System.Windows.Forms::RowStyle^
The RowStyle to insert into the TableLayoutRowStyleCollection. The value can be null.
The Insert 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.
In collections of contiguous elements, such as the TableLayoutRowStyleCollection class, the elements that follow the insertion point move down to accommodate the inserted element. The indexes of the elements that are moved are also updated.
.NET Framework
Available since 2.0
Available since 2.0
Show: