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 容器中的所有控件。

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

适用于

另请参阅