PageSetup.FitToPagesTall 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 tall the worksheet will be scaled to when it's printed. Applies only to worksheets.
public:
property System::Object ^ FitToPagesTall { System::Object ^ get(); void set(System::Object ^ value); };
public object FitToPagesTall { get; set; }
Public Property FitToPagesTall As Object
Property Value
Remarks
If this property is False, Microsoft Excel scales the worksheet according to the FitToPagesWide property.
If the Zoom property is True, the FitToPagesTall property is ignored.