TableLayoutSettings.GetRowSpan(Object) 方法

定义

获取包含子控件范围的单元格的行数。

public:
 int GetRowSpan(System::Object ^ control);
public int GetRowSpan(object control);
member this.GetRowSpan : obj -> int
Public Function GetRowSpan (control As Object) As Integer

参数

control
Object

单元格中包含的控件。

返回

包含子控件的单元格跨越的行数。

适用于

另请参阅