TableLayoutSettings.SetColumn(Object, Int32) 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.
Définit la position de colonne pour le contrôle enfant spécifié.
public:
void SetColumn(System::Object ^ control, int column);
public void SetColumn (object control, int column);
member this.SetColumn : obj * int -> unit
Public Sub SetColumn (control As Object, column As Integer)
Paramètres
- control
- Object
Contrôle contenu dans une cellule.
- column
- Int32
Position de colonne pour le contrôle enfant spécifié.
Exceptions
control
a la valeur null
.
column
est inférieur à -1.