SpreadJS Documentation
reset Method
Resets the sheet.
Syntax
var instance = new GcSpread.Sheets.Sheet(name);
var value; // Type: any
value = instance.reset();
function reset() : any;
Example
This example uses the reset method.
activeSheet.reset();
See Also

Reference

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.