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
public float ZoomFactor {get; set;}
See Also