TableLayoutSettings.SetRow(Object, Int32) Méthode

Définition

Définit la position de ligne du contrôle enfant spécifié.

public:
 void SetRow(System::Object ^ control, int row);
public void SetRow (object control, int row);
member this.SetRow : obj * int -> unit
Public Sub SetRow (control As Object, row As Integer)

Paramètres

control
Object

Contrôle contenu dans une cellule.

row
Int32

Position de ligne du contrôle enfant spécifié.

Exceptions

control a la valeur null.

row est inférieur à -1.

S’applique à

Voir aussi