共用方式為


TableLayoutColumnStyleCollection.Insert(Int32, ColumnStyle) 方法

定義

在指定位置將 ColumnStyle 插入 TableLayoutColumnStyleCollection

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

參數

index
Int32

應在 ColumnStyle 插入以零為起始的索引。

備註

方法 Insert 會將資料表配置重新套用至目前 TableLayoutPanel 容器中的所有控制項。

儲存在集合中的樣式數目只受限於可用的記憶體。

在連續專案的集合中 TableLayoutColumnStyleCollection ,例如 類別,插入點後面的元素會向下移動以容納插入的專案。 移動之專案的索引也會更新。

適用於

另請參閱