Excel for WinRT
ScalingFactor Property


Gets or sets the scaling factor (in percent) to use when printing the sheet.
Syntax
'Declaration
 
Public Property ScalingFactor As System.Integer
'Usage
 
Dim instance As XLPrintSettings
Dim value As System.Integer
 
instance.ScalingFactor = value
 
value = instance.ScalingFactor
public System.int ScalingFactor {get; set;}
Remarks
Setting the ScalingFactor property automatically sets the AutoScale property to false, causing C1Excel to use the selected scaling factor and to ignore the value of the FitPagesAcross and FitPagesDown properties.
See Also

Reference

XLPrintSettings Class
XLPrintSettings Members

 

 


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

Product Support Forum  |  Documentation Feedback