SpreadJS Documentation
FloatingObjectUndoActionBase type
Represents the undo action for the floating object.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.FloatingObjectUndoActionBase();
function FloatingObjectUndoActionBase;
Inheritance Hierarchy

Object
   GcSpread.Sheets.UndoRedo.ActionBase
      GcSpread.Sheets.UndoRedo.FloatingObjectUndoActionBase
         GcSpread.Sheets.UndoRedo.DeleteFloatingObjectUndoAction
         GcSpread.Sheets.UndoRedo.MovingFloatingObjectUndoAction
         GcSpread.Sheets.UndoRedo.ResizingFloatingObjectUndoAction

Constructors
 NameDescription
public ConstructorFloatingObjectUndoActionBase ConstructorRepresents the undo action for the floating object.  
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 Methodexecute (Inherited from GcSpread.Sheets.UndoRedo.ActionBase)
public MethodsaveStateSaves undo information.  
public Methodundo (Inherited from GcSpread.Sheets.UndoRedo.ActionBase)
Top
See Also

Reference

GcSpread.Sheets.UndoRedo Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.