Table of Contents

Method SetRowColumn

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

SetRowColumn(Control, int, int)

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

public static void SetRowColumn(Control control, int row, int col)

Parameters

control Control

The control on which to set the column index.

row int

The 0-based row index to set.

col int

The 0-based column index to set.