共用方式為


TableLayoutRowStyleCollection.Add(RowStyle) 方法

定義

將新的 RowStyle 加入至 TableLayoutRowStyleCollection

public:
 int Add(System::Windows::Forms::RowStyle ^ rowStyle);
public int Add (System.Windows.Forms.RowStyle rowStyle);
override this.Add : System.Windows.Forms.RowStyle -> int
Public Function Add (rowStyle As RowStyle) As Integer

參數

rowStyle
RowStyle

要加入至 RowStyleTableLayoutRowStyleCollection

傳回

Int32

插入新項目的位置。

備註

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

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

適用於

另請參閱