VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / renameWorksheet Property
Syntax BrowserCompatibility SeeAlso
In This Topic
renameWorksheet Method
In This Topic
Renames the focused worksheet and updates the UI of this control.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);

var value; // Type: any

// Parameters
var worksheetName; // Type: string

value = instance.renameWorksheet(worksheetName);

Parameters

worksheetName
The worksheet name.
Browser Compatibility
56+
45+
11
See Also