FitToPagesTall Property (PageSetup)
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
Public Property FitToPagesTall As Integer
'Usage
Dim instance As PageSetup
Dim value As Integer
instance.FitToPagesTall = value
value = instance.FitToPagesTall
public 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.
See Also