removeWorksheet(number) Method
 
            
                In This Topic
            
            Removes the specified worksheet from spreadsheet document and updates the UI of this control.
            
            
Syntax
      
      
      
      
      var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
var value; // Type: any
// Parameters
var worksheetIndex; // Type: number
value = instance.removeWorksheet(worksheetIndex);
 
    
      
      function removeWorksheet(
    : number
) : any;
 
    
       
      Parameters
- worksheetIndex
 
- The zero-based index of worksheet to remove.
 
     
Browser Compatibility
See Also