Method SetColumnSpan
SetColumnSpan(AbstractControl, int)
Sets a value that indicates the total number of columns that child content spans within a Grid.
public static void SetColumnSpan(AbstractControl control, int value)
Parameters
control
AbstractControlThe control for which to set the column span.
value
intThe total number of columns that child content spans within a Grid.