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
controlAbstractControlThe control for which to set the column span.
valueintThe total number of columns that child content spans within a Grid.