VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / getWorksheetIndexByName Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getWorksheetIndexByName Method
    In This Topic
    Returns the worksheet index by name.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
    
    var value; // Type: number
    
    // Parameters
    var worksheetName; // Type: string
    
    value = instance.getWorksheetIndexByName(worksheetName);
    
    
    function getWorksheetIndexByName(
    worksheetName
    The worksheet name.
    : string
    ) : number;

    Parameters

    worksheetName
    The worksheet name.

    Return Value

    The worksheet index if worksheet is found; otherise, -1.
    Browser Compatibility
    56+
    45+
    11
    See Also