SpreadJS Documentation
undoTransaction Method
GC.Spread.Sheets Namespace > Commands type : undoTransaction Method
The context of the operation.
The options of the operation.
Undo the changes made in a transaction.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.Commands.undoTransaction(context, options);
function undoTransaction( 
   context : Workbook,
   options : Object
) : any;

Parameters

context
The context of the operation.
options
The options of the operation.
See Also

Reference

Commands type