Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / Cut Method


In This Topic
    Cut Method (RichTextEditor)
    In This Topic
    Cuts when use of Clipboard is allowed.
    Syntax
    'Declaration
     
    
    Public Shadows Sub Cut() 
    'Usage
     
    
    Dim instance As RichTextEditor
     
    instance.Cut()
    public new void Cut()
    See Also