Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / MinZoomFactor Property


In This Topic
    MinZoomFactor Property (FpSpread)
    In This Topic
    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
    public float MinZoomFactor {get; set;}

    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