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


In This Topic
    MinZoomFactor Property (SheetView)
    In This Topic
    Gets or sets a value that indicates the minimum zoom factor for this sheet.
    Syntax
    'Declaration
     
    
    Public Property MinZoomFactor As Single
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Single
     
    instance.MinZoomFactor = value
     
    value = instance.MinZoomFactor
    public float MinZoomFactor {get; set;}

    Property Value

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