Method SetColumn
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
AbstractControlThe control on which to set the column index.
value
intThe 0-based column index to set.