Gets or sets a value indicating whether column widths should be inferred based on the number of dashes in the header separator row. Each column's width will be proportional to the dash count in its respective column.
public bool InferColumnWidthsFromSeparator { get; set; }