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