Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ZoomFactor Property


In This Topic
ZoomFactor Property (FpSpread)
In This Topic
Gets or sets the scaling factor of the display of the active sheet in this component.
Syntax
'Declaration
 
Public Property ZoomFactor As Single
 
'Usage
 
Dim instance As FpSpread
Dim value As Single
 
instance.ZoomFactor = value
 
value = instance.ZoomFactor
See Also