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