Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet Class / Zoom Property


In This Topic
    Zoom Property (ExcelWorksheet)
    In This Topic
    Gets or set the zoom factor of the entire ExcelWorksheet.
    Syntax
    'Declaration
     
    Public Property Zoom As Single
    'Usage
     
    Dim instance As ExcelWorksheet
    Dim value As Single
     
    instance.Zoom = value
     
    value = instance.Zoom
    public float Zoom {get; set;}

    Property Value

    The float indicate the zoom factory, it's a percentage; The default value is 100.
    Exceptions
    ExceptionDescription
    The value is less than 0.1f or great than 4.0f.
    See Also