VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetEditorControlJS type / doPaste Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    doPaste Method
    In This Topic
    Pastes content (selected cells, cell text, etc) from the clipboard.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetEditorControlJS(parentDivId);
    
    var value; // Type: any
    
    // Parameters
    var pasteWithFill; // Type: boolean
    
    value = instance.doPaste(pasteWithFill);
    
    
    function doPaste(
    pasteWithFill
    A value indicating whether editor should paste cells with fill.
    : boolean
    ) : any;

    Parameters

    pasteWithFill
    A value indicating whether editor should paste cells with fill.
    Browser Compatibility
    56+
    45+
    11
    See Also