SpreadJS Documentation
DeleteFloatingObjectUndoAction type
Represents the undo action for deleting the floating objects.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.DeleteFloatingObjectUndoAction(sheet, deleteExtent);
function DeleteFloatingObjectUndoAction;
Inheritance Hierarchy

Object
   GcSpread.Sheets.UndoRedo.FloatingObjectUndoActionBase
      GcSpread.Sheets.UndoRedo.DeleteFloatingObjectUndoAction

Constructors
 NameDescription
public ConstructorDeleteFloatingObjectUndoAction ConstructorRepresents the undo action for deleting the floating objects.  
Top
Methods
 NameDescription
public MethodcanExecute (Inherited from GcSpread.Sheets.UndoRedo.FloatingObjectUndoActionBase)
public MethodcanUndo (Inherited from GcSpread.Sheets.UndoRedo.FloatingObjectUndoActionBase)
public MethodexecuteDefines the method to be called when the action is invoked.  
public MethodsaveState (Inherited from GcSpread.Sheets.UndoRedo.FloatingObjectUndoActionBase)
public MethodundoUndoes the command or operation.  
Top
See Also

Reference

GcSpread.Sheets.UndoRedo Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.