GrapeCity.Xaml.Excel
ZoomFactor Property (IExcelPrintPageSetting)


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

Property Value

The zoom factor.
See Also

Reference

IExcelPrintPageSetting Interface
IExcelPrintPageSetting Members