Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / Cut Method


In This Topic
    Cut Method (GeneralEditor)
    In This Topic
    Cuts the selected contents in the edit control to the Clipboard.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Cut() 
    'Usage
     
    
    Dim instance As GeneralEditor
     
    instance.Cut()
    public virtual void Cut()
    See Also