Method SetRowColumn
SetRowColumn(AbstractControl, int, int)
Sets a value that indicates which row and column child control within a Grid should appear in.
public static void SetRowColumn(AbstractControl control, int row, int col)
Parameters
controlAbstractControlThe control on which to set the column index.
rowintThe 0-based row index to set.
colintThe 0-based column index to set.