Variable Row.height

class Row
{
  // ...
  ulong height = 0LU;
  // ...
}