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

セルに含まれるコントロール。

戻り値

子コントロールを含むセルがまたがる行の数。

適用対象

こちらもご覧ください