[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.Cut

Cut Method

Cut()

Removes the current selection from the control and copies it to the Clipboard.

Declaration
[SecurityCritical]
public void Cut()
<SecurityCritical>
Public Sub Cut()
Remarks

A cut operation removes the current selection from the control and copies it to the Clipboard. Note that the selected text is removed (cut) from the control in the process. A similar method, Copy(), copies the current selection to the Clipboard, but does not remove the selected text from the control.