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


The parameter to undo the command or operation.
Undoes the command or operation.
Syntax
'Declaration
 
Function Undo( _
   ByVal parameter As Object _
) As Boolean
'Usage
 
Dim instance As IUndo
Dim parameter As Object
Dim value As Boolean
 
value = instance.Undo(parameter)
bool Undo( 
   object parameter
)

Parameters

parameter
The parameter to undo the command or operation.

Return Value

true if an undo operation on the command or operation succeeds; otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IUndo Interface
IUndo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options