FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ZoomFactor Property


ZoomFactor Property (SheetView)
Gets or sets the scaling factor for displaying this sheet.
Syntax
'Declaration
 
Public Property ZoomFactor As Single
 
'Usage
 
Dim instance As SheetView
Dim value As Single
 
instance.ZoomFactor = value
 
value = instance.ZoomFactor
Exceptions
ExceptionDescription
Specified scaling amount is out of range; must be betwen 0.1 (10%) and 4.0 (400%)
See Also