Gets or sets whether column widths are adjusted to fit the longest string width for printing.
public bool BestFitCols {get; set;}
'Declaration
Public Property BestFitCols As Boolean
'Usage
Dim instance As PrintInfo
Dim value As Boolean
instance.BestFitCols = value
value = instance.BestFitCols