In This Topic
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, options.sheetName);
function endTransaction(
: Workbook,
: Object,
(optional) : 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