Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SheetView Class / ZoomScale Property


In This Topic
    ZoomScale Property (SheetView)
    In This Topic
    Gets or sets the window zoom magnification for current view representing percent values.
    Syntax
    'Declaration
     
    Public Property ZoomScale As Integer
    'Usage
     
    Dim instance As SheetView
    Dim value As Integer
     
    instance.ZoomScale = value
     
    value = instance.ZoomScale
    public int ZoomScale {get; set;}

    Property Value

    An integer value represents the window zoom magnification for current view representing percent values.
    See Also