public static void setRowSpan (Node child, Integer value)

Sets the row span for the child when contained by a gridpane so that it will span that number of rows vertically. This may be set to REMAINING, which will cause the span to extend across all the remaining rows.

If a gridpane child has no row span set, it will default to spanning one row. Setting the value to null will remove the constraint.

Parameters:
child    the child node of a gridpane
value    the row span of the child