Table of Contents

Method SetRowColumn

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

SetRowColumn(int, int)

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

public virtual void SetRowColumn(int row, int col)

Parameters

row int

The 0-based row index to set.

col int

The 0-based column index to set.