RemoveRow(Table, int) Method
    Removes a row from the table with the specified index.
    
        public static Table RemoveRow(this Table table, int index)
        - Namespace
 - Spectre
.Console  - Containing Type
 - TableExtensions
 
Parameters
- Table table
 - The table to add the row to.
 - int index
 - The index to remove the row at.