Class TablePrinter
Simple table printer with Unicode box-drawing and color support.
public class TablePrinter
Inheritance
Methods
Row(params TableCell[])
Add data row with colored cells.
public TablePrinter Row(params TableCell[] cells)
RowWithSeparator(params string[])
Add row and mark separator after it.
public TablePrinter RowWithSeparator(params string[] cells)