Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class / UseMax Property
Example


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;}
    Example
    This sets the properties for the PrintInfo class.
    See Also