TableLayoutSettings.GetRow(Object) Metod

Definition

Hämtar radpositionen för den angivna underordnade kontrollen.

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

Parametrar

control
Object

En kontroll som finns i en cell.

Returer

Radpositionen för den angivna underordnade kontrollen.

Undantag

control är null.

Gäller för

Se även