VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetEditorControlJS type / get_FileId Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_FileId Method
    In This Topic
    Gets the identifier of opened XLSX file.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetEditorControlJS(parentDivId);
    
    var value; // Type: string
    value = instance.get_FileId();
    
    
    function get_FileId() : string;
    

    Return Value

    The identifier of opened XLSX file.
    Browser Compatibility
    56+
    45+
    11
    See Also