GrapeCity.Xaml.SpreadSheet.UI
Undo Method (ZoomUndoAction)


Object on which the undo action occurred.
Undoes the zoom action on the worksheet.
Syntax
'Declaration
 
Public Function Undo( _
   ByVal parameter As Object _
) As Boolean
'Usage
 
Dim instance As ZoomUndoAction
Dim parameter As Object
Dim value As Boolean
 
value = instance.Undo(parameter)
public bool Undo( 
   object parameter
)

Parameters

parameter
Object on which the undo action occurred.

Return Value

true if undoing the action succeeds; otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ZoomUndoAction Class
ZoomUndoAction Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options