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


In This Topic
    BestFitWithSpan Property
    In This Topic
    Gets or sets whether to ignore spans when calculating best fit rows and columns.
    Syntax
    'Declaration
     
    
    Public Property BestFitWithSpan As Boolean
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As Boolean
     
    instance.BestFitWithSpan = value
     
    value = instance.BestFitWithSpan
    public bool BestFitWithSpan {get; set;}
    See Also