PageSetup.FitToPagesWide Property

Definition

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.

Applies to