SpreadJS Documentation
removeSheet Method
The index of the sheet to remove.
Removes the specified sheet.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: any
returnValue = instance.removeSheet(value);
function removeSheet( 
   value : number
) : any;

Parameters

value
The index of the sheet to remove.
Example
This example removes a sheet from the spreadsheet.
spread.setSheetCount(5);
spread.removeSheet(0);
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.