Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ZoomUndoAction Class / ZoomUndoAction Constructor
Sheet
Scaling (zoom) factor


In This Topic
ZoomUndoAction Constructor
In This Topic
Creates a new ZoomUndoAction object.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal zoomFactor As Single _
)
 
'Usage
 
Dim sheetView As SheetView
Dim zoomFactor As Single
 
Dim instance As New ZoomUndoAction(sheetView, zoomFactor)

Parameters

sheetView
Sheet
zoomFactor
Scaling (zoom) factor
See Also