Contains extension methods for IColumn.
Methods
public static T NoWrap<T>(T obj)
Prevents a column from wrapping.
Parameters:
obj (T)The column.
Returns:
The same instance so that multiple calls can be chained.
public static T Width<T>(T obj, int? width)
Sets the width of the column.
Parameters:
obj (T)The column.
width (int?)The column width.
Returns:
The same instance so that multiple calls can be chained.