Table of Contents

Method SetColumn

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

SetColumn(Control, int)

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

public static void SetColumn(Control control, int value)

Parameters

control Control

The control on which to set the column index.

value int

The 0-based column index to set.