Name | Description |
---|---|
Header | Header for TextTable. Allows to set Name, HeaderAlignment, CellAlignment, Min/Max Length of the row Default values of Header are defined in TextTable |
TextTable | A class for rendering text based tables. This class needs just a printing function (like Console.WriteLine) and the maximum width of the table that has to be rendered. Therefore it is suitable for use in linux consoles with Mono |