var instance = new GcSpread.Sheets.Spread(host, options); var returnValue; // Type: any returnValue = instance.addSheet(value, sheet);
function addSheet( value : number, sheet : number ) : any;
spread.addSheet(0,new GcSpread.Sheets.Sheet("custom"));
Spread type
Copyright © GrapeCity, inc. All rights reserved.