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