Table of Contents

Method SetRow

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetRow(Control, int)

Sets a value that indicates which row child control within a Grid should appear in.

public static void SetRow(Control control, int value)

Parameters

control Control

The control on which to set the row index.

value int

The 0-based row index to set.