SpreadJS Documentation
ClipboardPasteRangeUndoAction type
Represents a paste undo action to paste a range on the sheet.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.ClipboardPasteRangeUndoAction(sheet, srcSheet, destSheet, pasteExtent, option);
function ClipboardPasteRangeUndoAction;
Inheritance Hierarchy

Object
   GcSpread.Sheets.UndoRedo.ActionBase
      GcSpread.Sheets.UndoRedo.ClipboardPasteRangeUndoAction

Constructors
 NameDescription
public ConstructorClipboardPasteRangeUndoAction ConstructorRepresents a paste undo action to paste 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 MethodcanUndoGets a value that indicates whether the command or operation can be undone.  
public MethodexecuteDefines the method to be called when the action is invoked.  
public MethodpasteOptionGets the pasteOption of ClipboardPasteRangeUndoAction.  
public MethodpasteRangeGets the target paste range of ClipboardPasteRangeUndoAction.  
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.