FitToPages Property (PageSetup)
Gets or sets a boolean value indicating whether the worksheet will be scaled to fit to the specified number of pages when it's printed.
public bool FitToPages {get; set;}
'Declaration
Public Property FitToPages As Boolean
'Usage
Dim instance As PageSetup
Dim value As Boolean
instance.FitToPages = value
value = instance.FitToPages