Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / UseMax Property


In This Topic
    UseMax Property
    In This Topic
    Gets or sets whether to print only rows that contain data.
    Syntax
    'Declaration
     
    
    Public Property UseMax As Boolean
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As Boolean
     
    instance.UseMax = value
     
    value = instance.UseMax
    public bool UseMax {get; set;}
    See Also