[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.MinZoomFactor

MinZoomFactor Property

MinZoomFactor

Gets or sets a value that indicates the minimum zoom factor for this sheet.

Declaration
public float MinZoomFactor { get; set; }
Public Property MinZoomFactor As Single
Property Value
Type Description
float

A float value that represents the 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.