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