Grid layout - Span rows?

What’s the best class to make a column element within a row span multiple rows?

Similar to how the ‘Menu’ box in this illustration is spanning two rows:

row
  col Header
row
  col Menu
  col
    row
      col Main
      col Right
    row
      col Footer