VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / set_XlsxPageLayoutSettingsType Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_XlsxPageLayoutSettingsType Method
    In This Topic
    Sets the value, which defines how an XLSX page must be laid out.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebXlsxPageLayoutSettingsTypeEnumJS
    
    returnValue = instance.set_XlsxPageLayoutSettingsType(value);
    
    
    function set_XlsxPageLayoutSettingsType(
    value
    WebXlsxPageLayoutSettingsTypeEnumJS object, which defines how an XLSX page must be laid out. The default value is "UseWorksheetWidth".
    : WebXlsxPageLayoutSettingsTypeEnumJS
    ) : any;

    Parameters

    value
    WebXlsxPageLayoutSettingsTypeEnumJS object, which defines how an XLSX page must be laid out. The default value is "UseWorksheetWidth".
    Browser Compatibility
    56+
    45+
    11
    See Also