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