VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / openDocument Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    openDocument Method
    In This Topic
    Opens XLSX document.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
    
    var value; // Type: any
    
    // Parameters
    var fileId; // Type: string
    
    value = instance.openDocument(fileId);
    
    
    function openDocument(
    fileId
    An identifier of XLSX file.
    : string
    ) : any;

    Parameters

    fileId
    An identifier of XLSX file.
    Browser Compatibility
    56+
    45+
    11
    See Also