Table of Contents

Method SetColumn

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

SetColumn(AbstractControl, int)

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

public static void SetColumn(AbstractControl control, int value)

Parameters

control AbstractControl

The control on which to set the column index.

value int

The 0-based column index to set.