Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / BestFitCols Property


In This Topic
    BestFitCols Property
    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