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

    Return Value

    The names of all worksheets.
    Browser Compatibility
    56+
    45+
    11
    See Also