MinZoomFactor Property (FpSpread)
Gets or sets a value that indicates the minimum zoom factor for the active
SheetView.
public float MinZoomFactor {get; set;}
'Declaration
Public Property MinZoomFactor As Single
'Usage
Dim instance As FpSpread
Dim value As Single
instance.MinZoomFactor = value
value = instance.MinZoomFactor
Property Value
A
System.Single value that represents the active
SheetView minimum zoom factor. The default is
0.1f.