[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.Cut

Cut Method

Cut()

Moves the current selection in the control to the Clipboard.

Declaration
public void Cut()
Public Sub Cut()
Remarks

This method will only cut text from the control if text is selected in the control. You can use this method, instead of using the Clipboard class, to copy text in the control and move it to the Clipboard.

See Also