VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebDocumentLayoutSettingsJS type / set_XlsxPageLayoutSettingsType Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_XlsxPageLayoutSettingsType Method
    In This Topic
    Sets the type of layout settings for XLSX page.
    Syntax
    var instance = new Vintasoft.Shared.WebDocumentLayoutSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebXlsxPageLayoutSettingsTypeEnumJS
    
    returnValue = instance.set_XlsxPageLayoutSettingsType(value);
    
    
    function set_XlsxPageLayoutSettingsType(
    value
    The type of layout settings for XLSX page. Default value is "WebXlsxPageLayoutSettingsTypeEnumJS.UsePageMargin | WebXlsxPageLayoutSettingsTypeEnumJS.UsePageScale | WebXlsxPageLayoutSettingsTypeEnumJS.UsePrintArea".
    : WebXlsxPageLayoutSettingsTypeEnumJS
    ) : any;

    Parameters

    value
    The type of layout settings for XLSX page. Default value is "WebXlsxPageLayoutSettingsTypeEnumJS.UsePageMargin | WebXlsxPageLayoutSettingsTypeEnumJS.UsePageScale | WebXlsxPageLayoutSettingsTypeEnumJS.UsePrintArea".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also