Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PrintInfo Class / UseMax Property


In This Topic
    UseMax Property
    In This Topic
    Gets or sets whether to print only rows,columns that contain data.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property UseMax As Boolean
    'Usage
     
    Dim instance As PrintInfo
    Dim value As Boolean
     
    instance.UseMax = value
     
    value = instance.UseMax
    [DefaultValue(true)]
    public bool UseMax {get; set;}

    Property Value

    true if only rows and columns that contain data are to be printed; otherwise, false. The default value is true.
    See Also