[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.MinZoomFactor

MinZoomFactor Property

MinZoomFactor

Gets or sets a value that indicates the minimum zoom factor for the active SheetView.

Declaration
[Browsable(false)]
public float MinZoomFactor { get; set; }
<Browsable(False)>
Public Property MinZoomFactor As Single
Property Value
Type Description
float

A float value that represents the active SheetView minimum zoom factor. The default is 0.1f.

Exceptions
Type Condition
ArgumentOutOfRangeException

The assigned value is greater than 4 or less than 0.1.