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


MinZoomFactor Property (FpSpread)
Gets or sets a value that indicates the minimum zoom factor for the active SheetView.
Syntax
'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.
Exceptions
ExceptionDescription
The assigned value is greater than 4 or less than 0.1.
See Also