SpreadJS Documentation
MovingFloatingObjectUndoAction type
Represents the undo action for moving the floating objects.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.MovingFloatingObjectUndoAction(sheet, floatingObjectExtent, movingSettings);
function MovingFloatingObjectUndoAction;
Inheritance Hierarchy

Object
   GcSpread.Sheets.UndoRedo.FloatingObjectUndoActionBase
      GcSpread.Sheets.UndoRedo.MovingFloatingObjectUndoAction

Constructors
 NameDescription
public ConstructorMovingFloatingObjectUndoAction ConstructorRepresents the undo action for moving 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.