VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / copyWorksheet Methods / copyWorksheet(number) Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    copyWorksheet(number) Method
    In This Topic
    Copies the specified worksheet in spreadsheet document and updates the UI of this control.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
    
    var value; // Type: any
    
    // Parameters
    var worksheetIndex; // Type: number
    
    value = instance.copyWorksheet(worksheetIndex);
    
    
    function copyWorksheet(
    worksheetIndex
    The zero-based index of worksheet to copy.
    : number
    ) : any;

    Parameters

    worksheetIndex
    The zero-based index of worksheet to copy.
    Browser Compatibility
    56+
    45+
    11
    See Also