VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / moveWorksheets Property
Syntax BrowserCompatibility SeeAlso
In This Topic
moveWorksheets Method
In This Topic
Changes the position of worksheets and updates the UI of this control.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);

var value; // Type: any

// Parameters
var newIndexes; // Type: number[]

value = instance.moveWorksheets(newIndexes);

Parameters

newIndexes
Array of worksheet indexes.
Browser Compatibility
56+
45+
11
See Also