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