Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditBase Class / Paste Method


In This Topic
    Paste Method (EditBase)
    In This Topic
    Replaces the current selection in the control with the contents of the Clipboard.
    Syntax
    'Declaration
     
    
    Public Sub Paste() 
    'Usage
     
    
    Dim instance As EditBase
     
    instance.Paste()
    public void Paste()
    Remarks
    The Paste method will only paste text into the control if text is currently stored in the Clipboard.
    See Also