AddColumns(Grid, int) Method
Adds a column to the grid.
public static Grid AddColumns(this Grid grid, int count)
- Namespace
- Spectre
.Console - Containing Type
- GridExtensions
Parameters
- Grid grid
- The grid to add the column to.
- int count
- The number of columns to add.