VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / get_XlsxPageLayoutSettingsType Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_XlsxPageLayoutSettingsType Method
    In This Topic
    Gets the value, which defines how an XLSX page must be laid out.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
    
    var value; // Type: Vintasoft.Shared.WebXlsxPageLayoutSettingsTypeEnumJS
    value = instance.get_XlsxPageLayoutSettingsType();
    
    
    function get_XlsxPageLayoutSettingsType() : WebXlsxPageLayoutSettingsTypeEnumJS;
    

    Return Value

    WebXlsxPageLayoutSettingsTypeEnumJS object, which defines how an XLSX page must be laid out.
    Browser Compatibility
    56+
    45+
    11
    See Also