TableLayoutRowStyleCollection.Add(RowStyle) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将新 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
返回
新元素的插入位置。
注解
该方法将 Add 表布局重新分配给当前 TableLayoutPanel 容器中的所有控件。
集合中存储的样式数仅受可用内存的限制。