VintaSoft Imaging .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);

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
56+
45+
11
See Also