SpreadJS Documentation
endTransaction Method
GC.Spread.Sheets Namespace > Commands type : endTransaction Method
The context of the operation.
The options of the operation.
Ends a transaction. During the transaction, the changes of the data model will be saved.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.Commands.endTransaction(context, options);
function endTransaction( 
   context : Workbook,
   options : Object
) : any;

Parameters

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

Reference

Commands type