SpreadJS Documentation
DragCopyFloatingObjectUndoAction type
Represents the dragCopy undo action to move the floating objects on the sheet.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.DragCopyFloatingObjectUndoAction(sheet, floatingObjectExtent, movingInfo);
function DragCopyFloatingObjectUndoAction;
Inheritance Hierarchy

Object
   GcSpread.Sheets.UndoRedo.ActionBase
      GcSpread.Sheets.UndoRedo.DragCopyFloatingObjectUndoAction

Constructors
 NameDescription
public ConstructorDragCopyFloatingObjectUndoAction ConstructorRepresents the dragCopy undo action to move the floating objects on the sheet.  
Top
Methods
 NameDescription
public MethodcanExecute (Inherited from GcSpread.Sheets.UndoRedo.ActionBase)
public MethodcanUndo (Inherited from GcSpread.Sheets.UndoRedo.ActionBase)
public MethodexecuteDefines the method to be called when the action is invoked.  
public MethodsaveState (Inherited from GcSpread.Sheets.UndoRedo.ActionBase)
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.