Spread Windows Forms 12.0 Product Documentation
ZoomScale Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView Interface : ZoomScale Property
Gets or sets the window zoom magnification for current view representing percent values.
Syntax
'Declaration
 
Property ZoomScale As Integer
'Usage
 
Dim instance As IWorksheetView
Dim value As Integer
 
instance.ZoomScale = value
 
value = instance.ZoomScale
int ZoomScale {get; set;}

Property Value

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

Reference

IWorksheetView Interface
IWorksheetView Members