Config.AutoFitColumnsOnLoad

Config.AutoFitColumnsOnLoad property

Indicates whether to auto-fit column widths during file loading. The default value is false. Warning: Setting this to true will perform an auto-fit all columns operation post-load, which may have a noticeable impact on performance.

public static bool AutoFitColumnsOnLoad { get; set; }

See Also