GcSpread.Sheets.UndoRedo Namespace : DeleteFloatingObjectUndoAction type |
var instance = new GcSpread.Sheets.UndoRedo.DeleteFloatingObjectUndoAction(sheet, deleteExtent);
function DeleteFloatingObjectUndoAction;
Object
GcSpread.Sheets.UndoRedo.FloatingObjectUndoActionBase
GcSpread.Sheets.UndoRedo.DeleteFloatingObjectUndoAction
Name | Description | |
---|---|---|
DeleteFloatingObjectUndoAction Constructor | Represents the undo action for deleting the floating objects. |
Name | Description | |
---|---|---|
canExecute | (Inherited from GcSpread.Sheets.UndoRedo.FloatingObjectUndoActionBase) | |
canUndo | (Inherited from GcSpread.Sheets.UndoRedo.FloatingObjectUndoActionBase) | |
execute | Defines the method to be called when the action is invoked. | |
saveState | (Inherited from GcSpread.Sheets.UndoRedo.FloatingObjectUndoActionBase) | |
undo | Undoes the command or operation. |