Property MaxCellWidth
MaxCellWidth
The maximum number of characters to render in any given column. This prevents one long column from pushing out all the others
public int MaxCellWidth { get; set; }
The maximum number of characters to render in any given column. This prevents one long column from pushing out all the others
public int MaxCellWidth { get; set; }