GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace > ZoomUndoAction Class : ZoomUndoAction Constructor |
'Declaration Public Function New( _ ByVal sheet As Worksheet, _ ByVal newZoomFactor As System.Single _ )
'Usage Dim sheet As Worksheet Dim newZoomFactor As System.Single Dim instance As New ZoomUndoAction(sheet, newZoomFactor)
public ZoomUndoAction( Worksheet sheet, System.float newZoomFactor )
var action = new GrapeCity.Windows.SpreadSheet.UI.UndoRedo.ZoomUndoAction(GcSpreadSheet1.Sheets[0], 3); GcSpreadSheet1.DoCommand(action);
Dim action As New GrapeCity.Windows.SpreadSheet.UI.UndoRedo.ZoomUndoAction(GcSpreadSheet1.Sheets(0), 3) GcSpreadSheet1.DoCommand(action)
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6