SpreadJS Documentation
GC.Spread.Sheets Namespace / Commands type / undoTransaction Method
The context of the operation.
The options of the operation.
The sheet name. If the current transaction need change multiple worksheets, the sheetName could be a string Array.
In This Topic
    undoTransaction Method
    In This Topic
    Undo the changes made in a transaction.
    Syntax
    var value; // Type: any
    value = GC.Spread.Sheets.Commands.undoTransaction(context, options, options.sheetName);
    function undoTransaction( 
       context : Workbook,
       options : Object,
       (optional) options.sheetName : undefined
    ) : any;

    Parameters

    context
    The context of the operation.
    options
    The options of the operation.
    options.sheetName
    The sheet name. If the current transaction need change multiple worksheets, the sheetName could be a string Array.
    See Also

    Reference

    Commands type