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
controlAbstractControlThe control on which to set the column index.
valueintThe 0-based column index to set.