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);
function renameWorksheet(
: string
) : any;
Parameters
- worksheetName
- The worksheet name.
Browser Compatibility
See Also