ZoomScale Property (IWorksheetView)
Gets or sets the window zoom magnification for current view representing percent values.
int ZoomScale {get; set;}
'Declaration
Property ZoomScale As Integer
'Usage
Dim instance As IWorksheetView
Dim value As Integer
instance.ZoomScale = value
value = instance.ZoomScale
Property Value
An integer value represents the window zoom magnification for current view representing percent values.