Method GetColumn
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
ControlThe control for which to get the column index.
Returns
Remarks
The 0-based column index.