[]
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; }
Property FitToPagesWide As Integer
Type | Description |
---|---|
int | An integer value represents the number of pages wide the worksheet will be scaled to when it's printed. |
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.