VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetEditorControlJS type / getFocusedWorksheetName Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getFocusedWorksheetName Method
    In This Topic
    Returns the name of focused worksheet.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetEditorControlJS(parentDivId);
    
    var value; // Type: string
    value = instance.getFocusedWorksheetName();
    
    
    function getFocusedWorksheetName() : string;
    

    Return Value

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