SpreadJS Documentation
ClipboardPasteUndoAction type
Represents the Clipboard paste undo action for pasting on the sheet.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.ClipboardPasteUndoAction(sheet, srcSheet, destSheet, pasteExtent, option);
function ClipboardPasteUndoAction;
Inheritance Hierarchy

Object
   GcSpread.Sheets.UndoRedo.ActionBase
      GcSpread.Sheets.UndoRedo.ClipboardPasteUndoAction

Constructors
 NameDescription
public ConstructorClipboardPasteUndoAction ConstructorRepresents the Clipboard paste undo action for pasting 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 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.