SpreadJS Documentation
DragDropUndoAction type
Represents a drag drop undo action used to drag a range and drop it onto another range on the sheet.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.DragDropUndoAction(sheet, dragMoveExtent, copy, insert, option);
function DragDropUndoAction;
Inheritance Hierarchy

Object
   GcSpread.Sheets.UndoRedo.ActionBase
      GcSpread.Sheets.UndoRedo.DragDropUndoAction

Constructors
 NameDescription
public ConstructorDragDropUndoAction ConstructorRepresents a drag drop undo action used to drag a range and drop it onto another range on the sheet.  
Top
Methods
 NameDescription
public MethodcanExecuteDefines the method that determines whether the action can be performed in its current state.  
public MethodcanUndo (Inherited from GcSpread.Sheets.UndoRedo.ActionBase)
public MethodexecuteDefines the method to be called when the action is invoked.  
public MethodsaveStateSaves undo information.  
public MethodundoUndoes the action of the saved information.  
Top
See Also

Reference

GcSpread.Sheets.UndoRedo Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.