Spread Silverlight Documentation
ZoomFactor Property (IExcelPrintPageSetting)


GrapeCity.Excel Namespace > IExcelPrintPageSetting Interface : ZoomFactor Property
Gets or sets the zoom factor.
Syntax
'Declaration
 
Property ZoomFactor As System.Single
'Usage
 
Dim instance As IExcelPrintPageSetting
Dim value As System.Single
 
instance.ZoomFactor = value
 
value = instance.ZoomFactor
System.float ZoomFactor {get; set;}

Property Value

The zoom factor.
See Also

Reference

IExcelPrintPageSetting Interface
IExcelPrintPageSetting Members