TableLayoutSettings.SetRow(Object, Int32) Metod

Definition

Anger radpositionen för den angivna underordnade kontrollen.

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)

Parametrar

control
Object

En kontroll som finns i en cell.

row
Int32

Radpositionen för den angivna underordnade kontrollen.

Undantag

control är null.

row är mindre än -1.

Gäller för

Se även