InsertRow(Table, int, string[]) Method
    Inserts a row in the table at the specified index.
    
        public static Table InsertRow(this Table table, int index, params string[] columns)- Namespace
- Spectre.Console 
- Containing Type
- TableExtensions
Parameters
- Table table
- The table to add the row to.
- int index
- The index to insert the row at.
- string[] columns
- The row columns to add.