Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLPrintSettings Class / FitPagesDown Property

In This Topic
    FitPagesDown Property (XLPrintSettings)
    In This Topic
    Fit the sheet to this number of pages down (0 means use as many as needed).
    Syntax
    'Declaration
     
    
    Public Property FitPagesDown As Integer
    public int FitPagesDown {get; set;}
    Remarks
    Setting the FitPagesAcross or FitPagesDown properties automatically sets the AutoScale property to true, causing C1Excel to calculate the scaling factor based on the given number of pages and to ignore the value of the ScalingFactor property.
    See Also