Spread Windows Forms 12.0 Product Documentation
ZoomScaleNormal Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ISheetView Interface : ZoomScaleNormal Property
Gets or sets the zoom magnification to use when in normal view, representing percent values.
Syntax
'Declaration
 
Property ZoomScaleNormal As Integer
'Usage
 
Dim instance As ISheetView
Dim value As Integer
 
instance.ZoomScaleNormal = value
 
value = instance.ZoomScaleNormal
int ZoomScaleNormal {get; set;}

Property Value

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

Reference

ISheetView Interface
ISheetView Members