TableLayoutSettings.GetRow(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la position de ligne du contrôle enfant spécifié.
public:
int GetRow(System::Object ^ control);
public int GetRow(object control);
member this.GetRow : obj -> int
Public Function GetRow (control As Object) As Integer
Paramètres
- control
- Object
Contrôle contenu dans une cellule.
Retours
Position de ligne du contrôle enfant spécifié.
Exceptions
control a la valeur null.