Class CmdTable
Renders formatted tables in console output.
public class CmdTable
- Inheritance
-
CmdTable
- Inherited Members
- Extension Methods
Methods
CmdTable2(List<string>, List<List<string>>)
Renders a formatted table with headers and data rows to the console
public static void CmdTable2(List<string> headers, List<List<string>> rows)