Spread Windows Forms 12.0 Product Documentation
ZoomScaleNormal Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView 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 IWorksheetView
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

IWorksheetView Interface
IWorksheetView Members