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

    Return Value

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