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

    Parameters

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