TableLayoutSettings.GetRow(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定子控制項的資料列位置。
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
儲存格內所含的控制項。
傳回
指定子控制項的資料列位置。
例外狀況
control
為 null
。