SpreadJS Documentation
ClipboardPasteFloatingObjectUndoAction type
Represents the Clipboard paste undo action for pasting the floating objects on the sheet.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.ClipboardPasteFloatingObjectUndoAction(sheet, floatingObjectExtent, fromSheet);
function ClipboardPasteFloatingObjectUndoAction;
Inheritance Hierarchy

Object
   GcSpread.Sheets.UndoRedo.ActionBase
      GcSpread.Sheets.UndoRedo.ClipboardPasteFloatingObjectUndoAction

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