How can I get the option Frame in TextGrid to do all horizontal lines, including top and bottom? I want: —- a b —- c d —- e f —- The closest I get is with the following command: TextGrid[{{a, b}, {c, d}, {e, f}}, Frame -> {{False, False}, All}] which produces a grid withRead more