PageSetup.FitToPagesWide Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the number of pages wide the worksheet will be scaled to when it's printed. Applies only to worksheets.
public:
property System::Object ^ FitToPagesWide { System::Object ^ get(); void set(System::Object ^ value); };
public object FitToPagesWide { get; set; }
Public Property FitToPagesWide As Object
Property Value
Remarks
If this property is False, Microsoft Excel scales the worksheet according to the FitToPagesTall property.
If the Zoom property is True, the FitToPagesWide property is ignored.