FitToPages Property (PageSetup)
In This Topic
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.
Syntax
'Declaration
Public Property FitToPages As Boolean
'Usage
Dim instance As PageSetup
Dim value As Boolean
instance.FitToPages = value
value = instance.FitToPages
public bool FitToPages {get; set;}
See Also