Table of Contents

Method GetColumn

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

GetColumn(Control)

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

public static int GetColumn(Control control)

Parameters

control Control

The control for which to get the column index.

Returns

int

Remarks

The 0-based column index.