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);
function moveWorksheets(
: number[]
) : any;
Parameters
- newIndexes
- Array of worksheet indexes.
Browser Compatibility
See Also