Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ClipboardPaste Method / ClipboardPaste() Method


In This Topic
    ClipboardPaste() Method
    In This Topic
    Pastes the contents from the Clipboard to the sheet.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ClipboardPaste() 
    'Usage
     
    
    Dim instance As SheetView
     
    instance.ClipboardPaste()
    public void ClipboardPaste()
    See Also