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

Reference

Worksheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.