'Declaration <DefaultValueAttribute(False)> Public Property BestFitColumns As Boolean
'Usage Dim instance As PrintInfo Dim value As Boolean instance.BestFitColumns = value value = instance.BestFitColumns
[DefaultValue(false)] public bool BestFitColumns {get; set;}
Property Value
true
if the column widths are adjusted to fit the longest text for printing; otherwise, false
. The default value is false
.