SpreadJS Documentation
DragFillUndoAction type
Represents a drag fill undo action to drag and fill a range on the sheet.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.DragFillUndoAction(sheet, dragFillExtent);
function DragFillUndoAction;
Inheritance Hierarchy

Object
   GcSpread.Sheets.UndoRedo.ActionBase
      GcSpread.Sheets.UndoRedo.DragFillUndoAction

Constructors
 NameDescription
public ConstructorDragFillUndoAction ConstructorRepresents a drag fill undo action to drag and fill a 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 on the worksheet.  
Top
See Also

Reference

GcSpread.Sheets.UndoRedo Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.