TableLayoutSettings.GetColumn(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 colonne du contrôle enfant spécifié.
public:
int GetColumn(System::Object ^ control);
public int GetColumn (object control);
member this.GetColumn : obj -> int
Public Function GetColumn (control As Object) As Integer
Paramètres
- control
- Object
Contrôle contenu dans une cellule.
Retours
La position de la colonne du contrôle enfant spécifié.
Exceptions
control
a la valeur null
.