GrapeCity.Xaml.SpreadSheet.UI.UndoRedo Namespace > ZoomUndoAction Class : ZoomUndoAction Constructor |
'Declaration Public Function New( _ ByVal sheet As Worksheet, _ ByVal newZoomFactor As Single _ )
'Usage Dim sheet As Worksheet Dim newZoomFactor As Single Dim instance As New ZoomUndoAction(sheet, newZoomFactor)
public ZoomUndoAction( Worksheet sheet, float newZoomFactor )
var action = new GrapeCity.Xaml.SpreadSheet.UI.UndoRedo.ZoomUndoAction(GcSpreadSheet1.Sheets[0], 3); GcSpreadSheet1.DoCommand(action);
Dim action As New GrapeCity.Xaml.SpreadSheet.UI.UndoRedo.ZoomUndoAction(GcSpreadSheet1.Sheets(0), 3) GcSpreadSheet1.DoCommand(action)
Target Platforms: Windows Server 2012, Windows RT