Spread.Sheets Documentation
clearSheets Method
GC.Spread.Sheets Namespace > Workbook type : clearSheets Method
Clears all sheets in the control.
Syntax
var instance = new GC.Spread.Sheets.Workbook(host);
var value; // Type: any
value = instance.clearSheets();
function clearSheets() : any;
Example
This example uses the clearSheets method.
spread.clearSheets();
See Also

Reference

Workbook type