AddRow(Table, IEnumerable<IRenderable>) Method
    Adds a row to the table.
    
        public static Table AddRow(this Table table, IEnumerable<IRenderable> columns)
        - Namespace
 - Spectre
.Console  - Containing Type
 - TableExtensions
 
Parameters
- Table table
 - The table to add the row to.
 - 
                            IEnumerable
<IRenderable> columns  - The row columns to add.