Share via


TableLayoutSettings.GetRow(Object) 方法

定義

取得指定子控制項的資料列位置。

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

參數

control
Object

儲存格內所含的控制項。

傳回

指定子控制項的資料列位置。

例外狀況

controlnull

適用於

另請參閱