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