TableLayoutSettings.SetRow(Object, Int32) Yöntem

Tanım

Belirtilen alt denetimin satır konumunu ayarlar.

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)

Parametreler

control
Object

Bir hücrenin içinde yer alan denetim.

row
Int32

Belirtilen alt denetimin satır konumu.

Özel durumlar

control, null değeridir.

row -1'den küçük.

Şunlara uygulanır

Ayrıca bkz.