ZoomFactor Property (FpSpread)
Gets or sets the scaling factor of the display of the active sheet in this component.
public float ZoomFactor {get; set;}
'Declaration
Public Property ZoomFactor As Single
'Usage
Dim instance As FpSpread
Dim value As Single
instance.ZoomFactor = value
value = instance.ZoomFactor