AddColumns(Grid, GridColumn[]) Method
Adds a column to the grid.
public static Grid AddColumns(this Grid grid, params GridColumn[] columns)
- Namespace
- Spectre
.Console - Containing Type
- GridExtensions
Parameters
- Grid grid
- The grid to add the column to.
- GridColumn[] columns
- The columns to add.