AddRow(Grid, string[]) Method
    Adds a new row to the grid.
    
        public static Grid AddRow(this Grid grid, params string[] columns)- Namespace
- Spectre.Console 
- Containing Type
- GridExtensions
Parameters
- Grid grid
- The grid to add the row to.
- string[] columns
- The columns to add.