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