ZoomFactor Property (SheetView)
Gets or sets the scaling factor for displaying this sheet.
public float ZoomFactor {get; set;}
'Declaration
Public Property ZoomFactor As Single
'Usage
Dim instance As SheetView
Dim value As Single
instance.ZoomFactor = value
value = instance.ZoomFactor