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(
: WebXlsxPageLayoutSettingsTypeEnumJS
) : any;
Parameters
- value
- The type of layout settings for XLSX page. Default value is "WebXlsxPageLayoutSettingsTypeEnumJS.UsePageMargin | WebXlsxPageLayoutSettingsTypeEnumJS.UsePageScale | WebXlsxPageLayoutSettingsTypeEnumJS.UsePrintArea".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also