Spread Windows Forms 12.0 Product Documentation
FitToPagesWide Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : FitToPagesWide Property
Gets or sets a value indicating the number of pages wide the worksheet will be scaled to when it's printed.
Syntax
'Declaration
 
Public Property FitToPagesWide As Integer
'Usage
 
Dim instance As PageSetup
Dim value As Integer
 
instance.FitToPagesWide = value
 
value = instance.FitToPagesWide
public int FitToPagesWide {get; set;}

Property Value

An integer value represents the number of pages wide the worksheet will be scaled to when it's printed.
Remarks
If this property is negative , Spread scales the worksheet according to the FitToPagesWide property. If the Zoom property is true , the FitToPagesWide property is ignored.
See Also

Reference

PageSetup Class
PageSetup Members