Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / FitToPagesTall Property


In This Topic
    FitToPagesTall Property (IPageSetup)
    In This Topic
    Gets or sets a value indicating the number of pages tall the worksheet will be scaled to when it's printed.
    Syntax
    'Declaration
     
    
    Property FitToPagesTall As Integer
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As Integer
     
    instance.FitToPagesTall = value
     
    value = instance.FitToPagesTall
    int FitToPagesTall {get; set;}

    Property Value

    An integer value represents the number of pages tall the worksheet will be scaled to when it's printed.
    Remarks
    If this property is negative , Spread scales the worksheet according to the FitToPagesWide property. If the Zoom property is true , the FitToPagesTall property is ignored.
    See Also