SpreadJS Documentation
ClearRangeValueUndoAction type
Represents a clear range value undo action on the sheet.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.ClearRangeValueUndoAction(sheet, clearRange);
function ClearRangeValueUndoAction;
Inheritance Hierarchy

Object
   GcSpread.Sheets.UndoRedo.ActionBase
      GcSpread.Sheets.UndoRedo.ClearRangeValueUndoAction

Constructors
 NameDescription
public ConstructorClearRangeValueUndoAction ConstructorRepresents a clear range value undo action 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 action can be undone.  
public MethodexecuteDefines the method to be called when the action is invoked.  
public MethodsaveStateSaves undo information.  
public MethodundoUndoes the action using the saved state information.  
Top
See Also

Reference

GcSpread.Sheets.UndoRedo Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.