VintaSoft Imaging .NET SDK 14.0: 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);
    
    
    function moveWorksheets(
    newIndexes
    Array of worksheet indexes.
    : number[]
    ) : any;

    Parameters

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