Width<T>(T, int?) Method
Sets the width of the column.
public static T Width<T>(this T obj, int? width) where T : class, IColumn
- Namespace
- Spectre
.Console - Containing Type
- ColumnExtensions
Parameters
-
T
- An object implementing
IColumn
.
Parameters
- T obj
- The column.
- int? width
- The column width.
Returns
- T