TableLayoutSettings.GetColumnSpan(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 le nombre de colonnes sur lesquelles s'étend la cellule qui contient le contrôle enfant.
public:
int GetColumnSpan(System::Object ^ control);
public int GetColumnSpan (object control);
member this.GetColumnSpan : obj -> int
Public Function GetColumnSpan (control As Object) As Integer
Paramètres
- control
- Object
Contrôle contenu dans une cellule.
Retours
Nombre de colonnes sur lesquelles s'étend la cellule qui contient le contrôle enfant.