TableLayoutRowStyleCollection.Insert(Int32, RowStyle) 方法

定义

RowStyle 插入指定位置的 TableLayoutRowStyleCollection

public:
 void Insert(int index, System::Windows::Forms::RowStyle ^ rowStyle);
public void Insert (int index, System.Windows.Forms.RowStyle rowStyle);
member this.Insert : int * System.Windows.Forms.RowStyle -> unit
Public Sub Insert (index As Integer, rowStyle As RowStyle)

参数

index
Int32

从零开始的索引,应在该位置插入 RowStyle

rowStyle
RowStyle

要插入 RowStyle 中的 TableLayoutRowStyleCollection。 该值可以为 null

注解

该方法将 Insert 表布局重新分配给当前 TableLayoutPanel 容器中的所有控件。

集合中存储的样式数仅受可用内存的限制。

在连续元素(如 TableLayoutRowStyleCollection 类)的集合中,插入点后面的元素向下移动以适应插入的元素。 移动的元素的索引也会更新。

适用于

另请参阅