FitToPagesTall Property (PageSetup)
Gets or sets a value indicating the number of pages tall the worksheet will be scaled to when it's printed.
public int FitToPagesTall {get; set;}
'Declaration
Public Property FitToPagesTall As Integer
'Usage
Dim instance As PageSetup
Dim value As Integer
instance.FitToPagesTall = value
value = instance.FitToPagesTall
Property Value
An integer value represents the number of pages tall the worksheet will be scaled to when it's printed.