Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / EditBase Class / Paste Method


In This Topic
    Paste Method (EditBase)
    In This Topic
    Pastes the contents of the System.Windows.Clipboard over the current selection in the control.
    Syntax
    'Declaration
     
    <SecurityCriticalAttribute()>
    Public Sub Paste() 
    'Usage
     
    Dim instance As EditBase
     
    instance.Paste()
    [SecurityCritical()]
    public void Paste()
    Remarks
    The Paste method will only paste text into the control if some text is currently stored in the System.Windows.Clipboard.
    See Also