Excel for WinRT
AutoScale Property


Gets or sets the scaling mode used for printed output.
Syntax
'Declaration
 
Public Property AutoScale As System.Boolean
'Usage
 
Dim instance As XLPrintSettings
Dim value As System.Boolean
 
instance.AutoScale = value
 
value = instance.AutoScale
public System.bool AutoScale {get; set;}
Remarks

If AutoScale is set to true, then the printed sheet will be automatically scaled to fit the number of pages specified by the FitPagesAcross and FitPagesDown properties.

If AutoScale is set to false, then the printed sheet will be scaled according to the value of the ScalingFactor property.

See Also

Reference

XLPrintSettings Class
XLPrintSettings Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback