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

Parameters

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

Reference

Commands type