FitToPagesTall Property (IPageSetup)
Gets or sets a value indicating the number of pages tall the worksheet will be scaled to when it's printed.
int FitToPagesTall {get; set;}
'Declaration
Property FitToPagesTall As Integer
'Usage
Dim instance As IPageSetup
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.