VintaSoft Imaging .NET SDK 14.0: 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);
    
    
    function renameWorksheet(
    worksheetName
    The worksheet name.
    : string
    ) : any;

    Parameters

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