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


In This Topic
    Copy Method (EditBase)
    In This Topic
    Copies the current selection in the control to the System.Windows.Clipboard.
    Syntax
    'Declaration
     
    <SecurityCriticalAttribute()>
    Public Sub Copy() 
    'Usage
     
    Dim instance As EditBase
     
    instance.Copy()
    [SecurityCritical()]
    public void Copy()
    Remarks
    A copy operation copies the selected text to the System.Windows.Clipboard. Note that the selected text is not removed from the control in the process. A similar method, Cut, moves the current selection to the System.Windows.Clipboard and removes the selected text from the control in the process.
    See Also