GcSpread.Sheets Namespace > Spread type : removeSheet Method |
var instance = new GcSpread.Sheets.Spread(host, options); var returnValue; // Type: any returnValue = instance.removeSheet(value);
function removeSheet( value : number ) : any;
spread.setSheetCount(5); spread.removeSheet(0);