Enum TableBorder
Border style for Print(string[]?, string[][], TableBorder, Color?, Color?).
public enum TableBorder : byte
Fields
Box = 0Full unicode box-drawing border around every cell, with junctions and a separator between header and body. ASCII fallback (
+/-/|) on terminals without unicode support. Default.None = 1No borders at all — columns are aligned via padding only, header row is bold, no separator line. Reads cleaner in dense logs and passes through redirection without escape glyphs.