TableLayoutRowStyleCollection.Insert(Int32, RowStyle) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在指定位置將 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)
參數
- rowStyle
- RowStyle
要插入至 RowStyle 的 TableLayoutRowStyleCollection。 這個值可以是 null
。
備註
方法 Insert 會將資料表配置重新套用至目前 TableLayoutPanel 容器中的所有控制項。
儲存在集合中的樣式數目只受限於可用的記憶體。
在連續專案的集合中 TableLayoutRowStyleCollection ,例如 類別,插入點後面的元素會向下移動以容納插入的專案。 移動之專案的索引也會更新。