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);
Parameters
- value
- WebXlsxPageLayoutSettingsTypeEnumJS object, which defines how an XLSX page must be laid out. The default value is "UseWorksheetWidth".
Browser Compatibility
See Also