VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / removeWorksheet Methods / removeWorksheet(number) Property
Syntax BrowserCompatibility SeeAlso
In This Topic
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);

Parameters

worksheetIndex
The zero-based index of worksheet to remove.
Browser Compatibility
56+
45+
11
See Also