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