Function Row.oneCell

Checks Row to make sure that it contains exactly one column and returns this one found cell Value

immutable(Value) oneCell (
  string file = __FILE__,
  ulong line = cast(ulong)__LINE__
) immutable;

Returns

cell Value