Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ZoomScaleActionCommand Class / ZoomScaleActionCommand Constructor
The processing GrapeCity.Spreadsheet.Worksheet object.
zoom scale value


In This Topic
ZoomScaleActionCommand Constructor
In This Topic
Initializes a new instance of theZoomScaleActionCommand class.
Syntax
'Declaration
 
Public Function New( _
   ByVal worksheet As Worksheet, _
   ByVal zoomScale As Integer _
)
 
'Usage
 
Dim worksheet As Worksheet
Dim zoomScale As Integer
 
Dim instance As New ZoomScaleActionCommand(worksheet, zoomScale)

Parameters

worksheet
The processing GrapeCity.Spreadsheet.Worksheet object.
zoomScale
zoom scale value
See Also