Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / ZoomScaleNormal Property


In This Topic
    ZoomScaleNormal Property
    In This Topic
    Gets or sets the zoom magnification to use when in normal view, representing percent values.
    Syntax
    'Declaration
     
    
    Public Property ZoomScaleNormal As Integer
    'Usage
     
    
    Dim instance As WorksheetView
    Dim value As Integer
     
    instance.ZoomScaleNormal = value
     
    value = instance.ZoomScaleNormal
    public int ZoomScaleNormal {get; set;}

    Property Value

    An integer value represents the zoom magnification to use when in normal view, representing percent values.
    See Also