SpreadJS Documentation
RowGroupUndoAction type
Represents the undo action for grouping a row range group on a sheet.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.RowGroupUndoAction(sheet, groupExtent);
function RowGroupUndoAction;
Example
This example undoes an action.
spread.allowUndo(true);
var group = new GcSpread.Sheets.UndoRedo.GroupExtent(3,5);
var action = new GcSpread.Sheets.UndoRedo.RowGroupUndoAction(sheet,group);
spread.doCommand(action);
Inheritance Hierarchy

Object
   GcSpread.Sheets.UndoRedo.ActionBase
      GcSpread.Sheets.UndoRedo.RowGroupUndoAction

Constructors
 NameDescription
public ConstructorRowGroupUndoAction ConstructorRepresents the undo action for grouping a row range group on a 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 on the specified sender.  
Top
See Also

Reference

GcSpread.Sheets.UndoRedo Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.